Html Css Color HEX #CED303 Bird Flower

📋 copy color: '#CED303'

red 206 ◦ green 211 ◦ blue 3

#CED303
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CED303

Tints of Bird Flower #CED303

RGB

 RED value IS 206 (80.86% from 255) = 49.05%

 GREEN value IS 211 (82.81% from 255) = 50.24%

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 49.05%
G = 50.24%
B = 0.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CED303 (or 0xCED303) is known color: Bird Flower. HEX triplet: CE, D3 and 03. RGB value is (206,211,3). Sum of RGB (Red+Green+Blue) = 206+211+3=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #CED303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED303 is #312CFC. Grayscale: #BABABA. Windows color (decimal): -3222781 or 250830. OLE color: 250830.

HSL color Cylindrical-coordinate representation of color #CED303: hue angle of 61.44º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CED303 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 3 -
CMYK 0.02 0 0.99 0.17
HSL 61.44º 0.97% 0.42% -
HSV(B) 61.44º 0.99% 0.83% -
XYZ 48.76 59.72 9.04 -
YUV 185.79 24.84 142.41 -
System Red Green Blue C M Y K H S L
Decimal 206 211 3 0.02 0 0.99 0.17 61.44 0.97 0.42
Hex CE D3 3 2 0 63 11 3D 61 2A
Octal 316 323 3 2 0 143 21 75 141 52
Binary 11001110 11010011 11 10 0 1100011 10001 111101 1100001 101010

Color Harmonies of #CED303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED303

Black with #CED303

Text Example


Text Example

White with #CED303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED303; }

 p { color: rgb(206,211,3); }

 H1.HeaderClassName
 {
   color: #CED303;
 }
 .AnyTagClassName
 {
   color: #CED303;
 }
</style>

background-color css

<style>
 a { background-color: #CED303; }

 a { background-color: rgb(206,211,3); }

 div.DivClassName
 {
   background-color: #CED303;
 }
 .BgClassName
 {
   background-color: #CED303;
 }
</style>

border-color css

<style>
 span { border-color: #CED303; }

 span { border-color: rgb(206,211,3); }

 td.TdClassName
 {
   border-color: #CED303;
 }
 .TagClassName
 {
   border-color: #CED303;
 }
</style>