Html Css Color HEX #CCB20C Bird Flower

📋 copy color: '#CCB20C'

red 204 ◦ green 178 ◦ blue 12

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

Shades of Bird Flower #CCB20C

Tints of Bird Flower #CCB20C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.18%

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 51.78%
G = 45.18%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCB20C (or 0xCCB20C) is known color: Bird Flower. HEX triplet: CC, B2 and 0C. RGB value is (204,178,12). Sum of RGB (Red+Green+Blue) = 204+178+12=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB20C is #334DF3. Grayscale: #A7A7A7. Windows color (decimal): -3362292 or 832204. OLE color: 832204.

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

Color convert

RGB 204 178 12 -
CMYK 0 0.13 0.94 0.2
HSL 51.88º 0.89% 0.42% -
HSV(B) 51.88º 0.94% 0.8% -
XYZ 40.89 44.7 6.82 -
YUV 166.85 40.61 154.5 -
System Red Green Blue C M Y K H S L
Decimal 204 178 12 0 0.13 0.94 0.2 51.88 0.89 0.42
Hex CC B2 C 0 D 5E 14 34 59 2A
Octal 314 262 14 0 15 136 24 64 131 52
Binary 11001100 10110010 1100 0 1101 1011110 10100 110100 1011001 101010

Color Harmonies of #CCB20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB20C

Black with #CCB20C

Text Example


Text Example

White with #CCB20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB20C; }

 p { color: rgb(204,178,12); }

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

background-color css

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

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

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

border-color css

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

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

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