Html Css Color HEX #CCB00C Bird Flower

📋 copy color: '#CCB00C'

red 204 ◦ green 176 ◦ blue 12

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

Shades of Bird Flower #CCB00C

Tints of Bird Flower #CCB00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.9%

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

R = 52.04%
G = 44.9%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCB00C (or 0xCCB00C) is known color: Bird Flower. HEX triplet: CC, B0 and 0C. RGB value is (204,176,12). Sum of RGB (Red+Green+Blue) = 204+176+12=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB00C is #334FF3. Grayscale: #A6A6A6. Windows color (decimal): -3362804 or 831692. OLE color: 831692.

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

Color convert

RGB 204 176 12 -
CMYK 0 0.14 0.94 0.2
HSL 51.25º 0.89% 0.42% -
HSV(B) 51.25º 0.94% 0.8% -
XYZ 40.49 43.91 6.69 -
YUV 165.68 41.28 155.34 -
System Red Green Blue C M Y K H S L
Decimal 204 176 12 0 0.14 0.94 0.2 51.25 0.89 0.42
Hex CC B0 C 0 E 5E 14 33 59 2A
Octal 314 260 14 0 16 136 24 63 131 52
Binary 11001100 10110000 1100 0 1110 1011110 10100 110011 1011001 101010

Color Harmonies of #CCB00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB00C

Black with #CCB00C

Text Example


Text Example

White with #CCB00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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