Html Css Color HEX #CCCC0F Bird Flower

📋 copy color: '#CCCC0F'

red 204 ◦ green 204 ◦ blue 15

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

Shades of Bird Flower #CCCC0F

Tints of Bird Flower #CCCC0F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.23%

 BLUE value IS 15 (6.25% from 255) = 3.55%

R = 48.23%
G = 48.23%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCCC0F (or 0xCCCC0F) is known color: Bird Flower. HEX triplet: CC, CC and 0F. RGB value is (204,204,15). Sum of RGB (Red+Green+Blue) = 204+204+15=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC0F is #3333F0. Grayscale: #B7B7B7. Windows color (decimal): -3355633 or 1035468. OLE color: 1035468.

HSL color Cylindrical-coordinate representation of color #CCCC0F: hue angle of 60º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCCC0F is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 15 -
CMYK 0 0 0.93 0.2
HSL 60º 0.86% 0.43% -
HSV(B) 60º 0.93% 0.8% -
XYZ 46.58 56.06 8.82 -
YUV 182.45 33.5 143.37 -
System Red Green Blue C M Y K H S L
Decimal 204 204 15 0 0 0.93 0.2 60 0.86 0.43
Hex CC CC F 0 0 5D 14 3C 56 2B
Octal 314 314 17 0 0 135 24 74 126 53
Binary 11001100 11001100 1111 0 0 1011101 10100 111100 1010110 101011

Color Harmonies of #CCCC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC0F

Black with #CCCC0F

Text Example


Text Example

White with #CCCC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC0F; }

 p { color: rgb(204,204,15); }

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

background-color css

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

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

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

border-color css

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

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

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