Html Css Color HEX #CCC013 Bird Flower

📋 copy color: '#CCC013'

red 204 ◦ green 192 ◦ blue 19

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

Shades of Bird Flower #CCC013

Tints of Bird Flower #CCC013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.27%

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

R = 49.16%
G = 46.27%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCC013 (or 0xCCC013) is known color: Bird Flower. HEX triplet: CC, C0 and 13. RGB value is (204,192,19). Sum of RGB (Red+Green+Blue) = 204+192+19=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC013 is #333FEC. Grayscale: #B0B0B0. Windows color (decimal): -3358701 or 1294540. OLE color: 1294540.

HSL color Cylindrical-coordinate representation of color #CCC013: hue angle of 56.11º 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 #CCC013 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 19 -
CMYK 0 0.06 0.91 0.2
HSL 56.11º 0.83% 0.44% -
HSV(B) 56.11º 0.91% 0.8% -
XYZ 43.87 50.58 8.07 -
YUV 175.87 39.48 148.07 -
System Red Green Blue C M Y K H S L
Decimal 204 192 19 0 0.06 0.91 0.2 56.11 0.83 0.44
Hex CC C0 13 0 6 5B 14 38 53 2C
Octal 314 300 23 0 6 133 24 70 123 54
Binary 11001100 11000000 10011 0 110 1011011 10100 111000 1010011 101100

Color Harmonies of #CCC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC013

Black with #CCC013

Text Example


Text Example

White with #CCC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC013; }

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

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

background-color css

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

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

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

border-color css

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

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

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