Html Css Color HEX #CCCF09 Bird Flower

📋 copy color: '#CCCF09'

red 204 ◦ green 207 ◦ blue 9

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

Shades of Bird Flower #CCCF09

Tints of Bird Flower #CCCF09

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.29%

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

R = 48.57%
G = 49.29%
B = 2.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CCCF09 (or 0xCCCF09) is known color: Bird Flower. HEX triplet: CC, CF and 09. RGB value is (204,207,9). Sum of RGB (Red+Green+Blue) = 204+207+9=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 9 (3.91% from 255 or 2.14% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCF09 is #3330F6. Grayscale: #B8B8B8. Windows color (decimal): -3354871 or 643020. OLE color: 643020.

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

Color convert

RGB 204 207 9 -
CMYK 0.01 0 0.96 0.19
HSL 60.91º 0.92% 0.42% -
HSV(B) 60.91º 0.96% 0.81% -
XYZ 47.26 57.48 8.86 -
YUV 183.53 29.51 142.6 -
System Red Green Blue C M Y K H S L
Decimal 204 207 9 0.01 0 0.96 0.19 60.91 0.92 0.42
Hex CC CF 9 1 0 60 13 3D 5C 2A
Octal 314 317 11 1 0 140 23 75 134 52
Binary 11001100 11001111 1001 1 0 1100000 10011 111101 1011100 101010

Color Harmonies of #CCCF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF09

Black with #CCCF09

Text Example


Text Example

White with #CCCF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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