Html Css Color HEX #CCCC13 Bird Flower

📋 copy color: '#CCCC13'

red 204 ◦ green 204 ◦ blue 19

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

Shades of Bird Flower #CCCC13

Tints of Bird Flower #CCCC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.45%

R = 47.78%
G = 47.78%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCCC13 (or 0xCCCC13) is known color: Bird Flower. HEX triplet: CC, CC and 13. RGB value is (204,204,19). Sum of RGB (Red+Green+Blue) = 204+204+19=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC13 is #3333EC. Grayscale: #B7B7B7. Windows color (decimal): -3355629 or 1297612. OLE color: 1297612.

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

Color convert

RGB 204 204 19 -
CMYK 0 0 0.91 0.2
HSL 60º 0.83% 0.44% -
HSV(B) 60º 0.91% 0.8% -
XYZ 46.61 56.07 8.98 -
YUV 182.91 35.5 143.04 -
System Red Green Blue C M Y K H S L
Decimal 204 204 19 0 0 0.91 0.2 60 0.83 0.44
Hex CC CC 13 0 0 5B 14 3C 53 2C
Octal 314 314 23 0 0 133 24 74 123 54
Binary 11001100 11001100 10011 0 0 1011011 10100 111100 1010011 101100

Color Harmonies of #CCCC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC13

Black with #CCCC13

Text Example


Text Example

White with #CCCC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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