Html Css Color HEX #CCD009 Bird Flower

📋 copy color: '#CCD009'

red 204 ◦ green 208 ◦ blue 9

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

Shades of Bird Flower #CCD009

Tints of Bird Flower #CCD009

RGB

 RED value IS 204 (80.08% from 255) = 48.46%

 GREEN value IS 208 (81.64% from 255) = 49.41%

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

R = 48.46%
G = 49.41%
B = 2.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#CCD009 (or 0xCCD009) is known color: Bird Flower. HEX triplet: CC, D0 and 09. RGB value is (204,208,9). Sum of RGB (Red+Green+Blue) = 204+208+9=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD009 is #332FF6. Grayscale: #B8B8B8. Windows color (decimal): -3354615 or 643276. OLE color: 643276.

HSL color Cylindrical-coordinate representation of color #CCD009: hue angle of 61.21º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCD009 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 9 -
CMYK 0.02 0 0.96 0.18
HSL 61.21º 0.92% 0.43% -
HSV(B) 61.21º 0.96% 0.82% -
XYZ 47.51 57.97 8.94 -
YUV 184.12 29.17 142.18 -
System Red Green Blue C M Y K H S L
Decimal 204 208 9 0.02 0 0.96 0.18 61.21 0.92 0.43
Hex CC D0 9 2 0 60 12 3D 5C 2B
Octal 314 320 11 2 0 140 22 75 134 53
Binary 11001100 11010000 1001 10 0 1100000 10010 111101 1011100 101011

Color Harmonies of #CCD009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD009

Black with #CCD009

Text Example


Text Example

White with #CCD009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD009; }

 p { color: rgb(204,208,9); }

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

background-color css

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

 a { background-color: rgb(204,208,9); }

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

border-color css

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

 span { border-color: rgb(204,208,9); }

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