Html Css Color HEX #CDDA09 Bird Flower

📋 copy color: '#CDDA09'

red 205 ◦ green 218 ◦ blue 9

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

Shades of Bird Flower #CDDA09

Tints of Bird Flower #CDDA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.46%

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

R = 47.45%
G = 50.46%
B = 2.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#CDDA09 (or 0xCDDA09) is known color: Bird Flower. HEX triplet: CD, DA and 09. RGB value is (205,218,9). Sum of RGB (Red+Green+Blue) = 205+218+9=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 9 (3.91% from 255 or 2.08% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDA09 is #3225F6. Grayscale: #BFBFBF. Windows color (decimal): -3286519 or 645837. OLE color: 645837.

HSL color Cylindrical-coordinate representation of color #CDDA09: hue angle of 63.73º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDDA09 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 9 -
CMYK 0.06 0 0.96 0.15
HSL 63.73º 0.92% 0.45% -
HSV(B) 63.73º 0.96% 0.85% -
XYZ 50.3 63.14 9.8 -
YUV 190.29 25.69 138.49 -
System Red Green Blue C M Y K H S L
Decimal 205 218 9 0.06 0 0.96 0.15 63.73 0.92 0.45
Hex CD DA 9 6 0 60 F 40 5C 2D
Octal 315 332 11 6 0 140 17 100 134 55
Binary 11001101 11011010 1001 110 0 1100000 1111 1000000 1011100 101101

Color Harmonies of #CDDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA09

Black with #CDDA09

Text Example


Text Example

White with #CDDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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