Html Css Color HEX #CED306 Bird Flower

📋 copy color: '#CED306'

red 206 ◦ green 211 ◦ blue 6

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

Shades of Bird Flower #CED306

Tints of Bird Flower #CED306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 48.7%
G = 49.88%
B = 1.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#CED306 (or 0xCED306) is known color: Bird Flower. HEX triplet: CE, D3 and 06. RGB value is (206,211,6). Sum of RGB (Red+Green+Blue) = 206+211+6=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #CED306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED306 is #312CF9. Grayscale: #BABABA. Windows color (decimal): -3222778 or 447438. OLE color: 447438.

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

Color convert

RGB 206 211 6 -
CMYK 0.02 0 0.97 0.17
HSL 61.46º 0.94% 0.43% -
HSV(B) 61.46º 0.97% 0.83% -
XYZ 48.78 59.72 9.13 -
YUV 186.14 26.34 142.17 -
System Red Green Blue C M Y K H S L
Decimal 206 211 6 0.02 0 0.97 0.17 61.46 0.94 0.43
Hex CE D3 6 2 0 61 11 3D 5E 2B
Octal 316 323 6 2 0 141 21 75 136 53
Binary 11001110 11010011 110 10 0 1100001 10001 111101 1011110 101011

Color Harmonies of #CED306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED306

Black with #CED306

Text Example


Text Example

White with #CED306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED306; }

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

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

background-color css

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

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

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

border-color css

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

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

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