Html Css Color HEX #CCC60D Bird Flower

📋 copy color: '#CCC60D'

red 204 ◦ green 198 ◦ blue 13

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

Shades of Bird Flower #CCC60D

Tints of Bird Flower #CCC60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.71%

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 49.16%
G = 47.71%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCC60D (or 0xCCC60D) is known color: Bird Flower. HEX triplet: CC, C6 and 0D. RGB value is (204,198,13). Sum of RGB (Red+Green+Blue) = 204+198+13=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC60D is #3339F2. Grayscale: #B3B3B3. Windows color (decimal): -3357171 or 902860. OLE color: 902860.

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

Color convert

RGB 204 198 13 -
CMYK 0 0.03 0.94 0.2
HSL 58.12º 0.88% 0.43% -
HSV(B) 58.12º 0.94% 0.8% -
XYZ 45.17 53.25 8.28 -
YUV 178.7 34.49 146.04 -
System Red Green Blue C M Y K H S L
Decimal 204 198 13 0 0.03 0.94 0.2 58.12 0.88 0.43
Hex CC C6 D 0 3 5E 14 3A 58 2B
Octal 314 306 15 0 3 136 24 72 130 53
Binary 11001100 11000110 1101 0 11 1011110 10100 111010 1011000 101011

Color Harmonies of #CCC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC60D

Black with #CCC60D

Text Example


Text Example

White with #CCC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC60D; }

 p { color: rgb(204,198,13); }

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

background-color css

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

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

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

border-color css

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

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

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