Html Css Color HEX #CED509 Bird Flower

📋 copy color: '#CED509'

red 206 ◦ green 213 ◦ blue 9

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

Shades of Bird Flower #CED509

Tints of Bird Flower #CED509

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.77%

 BLUE value IS 9 (3.91% from 255) = 2.1%

R = 48.13%
G = 49.77%
B = 2.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#CED509 (or 0xCED509) is known color: Bird Flower. HEX triplet: CE, D5 and 09. RGB value is (206,213,9). Sum of RGB (Red+Green+Blue) = 206+213+9=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 9 (3.91% from 255 or 2.10% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #CED509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED509 is #312AF6. Grayscale: #BCBCBC. Windows color (decimal): -3222263 or 644558. OLE color: 644558.

HSL color Cylindrical-coordinate representation of color #CED509: hue angle of 62.06º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CED509 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 9 -
CMYK 0.03 0 0.96 0.16
HSL 62.06º 0.92% 0.44% -
HSV(B) 62.06º 0.96% 0.84% -
XYZ 49.3 60.73 9.38 -
YUV 187.65 27.18 141.09 -
System Red Green Blue C M Y K H S L
Decimal 206 213 9 0.03 0 0.96 0.16 62.06 0.92 0.44
Hex CE D5 9 3 0 60 10 3E 5C 2C
Octal 316 325 11 3 0 140 20 76 134 54
Binary 11001110 11010101 1001 11 0 1100000 10000 111110 1011100 101100

Color Harmonies of #CED509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED509

Black with #CED509

Text Example


Text Example

White with #CED509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED509; }

 p { color: rgb(206,213,9); }

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

background-color css

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

 a { background-color: rgb(206,213,9); }

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

border-color css

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

 span { border-color: rgb(206,213,9); }

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