Html Css Color HEX #CCB80C Bird Flower

📋 copy color: '#CCB80C'

red 204 ◦ green 184 ◦ blue 12

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

Shades of Bird Flower #CCB80C

Tints of Bird Flower #CCB80C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46%

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

R = 51%
G = 46%
B = 3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCB80C (or 0xCCB80C) is known color: Bird Flower. HEX triplet: CC, B8 and 0C. RGB value is (204,184,12). Sum of RGB (Red+Green+Blue) = 204+184+12=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB80C is #3347F3. Grayscale: #ABABAB. Windows color (decimal): -3360756 or 833740. OLE color: 833740.

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

Color convert

RGB 204 184 12 -
CMYK 0 0.10 0.94 0.2
HSL 53.75º 0.89% 0.42% -
HSV(B) 53.75º 0.94% 0.8% -
XYZ 42.11 47.14 7.23 -
YUV 170.37 38.63 151.99 -
System Red Green Blue C M Y K H S L
Decimal 204 184 12 0 0.10 0.94 0.2 53.75 0.89 0.42
Hex CC B8 C 0 A 5E 14 36 59 2A
Octal 314 270 14 0 12 136 24 66 131 52
Binary 11001100 10111000 1100 0 1010 1011110 10100 110110 1011001 101010

Color Harmonies of #CCB80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB80C

Black with #CCB80C

Text Example


Text Example

White with #CCB80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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