Html Css Color HEX #CDD509 Bird Flower

📋 copy color: '#CDD509'

red 205 ◦ green 213 ◦ blue 9

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

Shades of Bird Flower #CDD509

Tints of Bird Flower #CDD509

RGB

 RED value IS 205 (80.47% from 255) = 48.01%

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

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

R = 48.01%
G = 49.88%
B = 2.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#CDD509 (or 0xCDD509) is known color: Bird Flower. HEX triplet: CD, D5 and 09. RGB value is (205,213,9). Sum of RGB (Red+Green+Blue) = 205+213+9=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 9 (3.91% from 255 or 2.11% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD509 is #322AF6. Grayscale: #BCBCBC. Windows color (decimal): -3287799 or 644557. OLE color: 644557.

HSL color Cylindrical-coordinate representation of color #CDD509: hue angle of 62.35º 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 #CDD509 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 9 -
CMYK 0.04 0 0.96 0.16
HSL 62.35º 0.92% 0.44% -
HSV(B) 62.35º 0.96% 0.84% -
XYZ 49.02 60.59 9.37 -
YUV 187.35 27.35 140.59 -
System Red Green Blue C M Y K H S L
Decimal 205 213 9 0.04 0 0.96 0.16 62.35 0.92 0.44
Hex CD D5 9 4 0 60 10 3E 5C 2C
Octal 315 325 11 4 0 140 20 76 134 54
Binary 11001101 11010101 1001 100 0 1100000 10000 111110 1011100 101100

Color Harmonies of #CDD509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD509

Black with #CDD509

Text Example


Text Example

White with #CDD509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD509; }

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

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

background-color css

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

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

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

border-color css

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

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

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