Html Css Color HEX #CCCD09 Bird Flower

📋 copy color: '#CCCD09'

red 204 ◦ green 205 ◦ blue 9

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

Shades of Bird Flower #CCCD09

Tints of Bird Flower #CCCD09

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.04%

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

R = 48.8%
G = 49.04%
B = 2.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CCCD09 (or 0xCCCD09) is known color: Bird Flower. HEX triplet: CC, CD and 09. RGB value is (204,205,9). Sum of RGB (Red+Green+Blue) = 204+205+9=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD09 is #3332F6. Grayscale: #B7B7B7. Windows color (decimal): -3355383 or 642508. OLE color: 642508.

HSL color Cylindrical-coordinate representation of color #CCCD09: hue angle of 60.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCCD09 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 9 -
CMYK 0.00 0 0.96 0.20
HSL 60.31º 0.92% 0.42% -
HSV(B) 60.31º 0.96% 0.8% -
XYZ 46.78 56.52 8.7 -
YUV 182.36 30.17 143.44 -
System Red Green Blue C M Y K H S L
Decimal 204 205 9 0.00 0 0.96 0.20 60.31 0.92 0.42
Hex CC CD 9 0 0 60 14 3C 5C 2A
Octal 314 315 11 0 0 140 24 74 134 52
Binary 11001100 11001101 1001 0 0 1100000 10100 111100 1011100 101010

Color Harmonies of #CCCD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD09

Black with #CCCD09

Text Example


Text Example

White with #CCCD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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