Html Css Color HEX #CCB334 Old Gold

📋 copy color: '#CCB334'

red 204 ◦ green 179 ◦ blue 52

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

Shades of Old Gold #CCB334

Tints of Old Gold #CCB334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.15%

 BLUE value IS 52 (20.7% from 255) = 11.95%

R = 46.9%
G = 41.15%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCB334 (or 0xCCB334) is known color: Old Gold. HEX triplet: CC, B3 and 34. RGB value is (204,179,52). Sum of RGB (Red+Green+Blue) = 204+179+52=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB334 is #334CCB. Grayscale: #ACACAC. Windows color (decimal): -3361996 or 3453900. OLE color: 3453900.

HSL color Cylindrical-coordinate representation of color #CCB334: hue angle of 50.13º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCB334 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 52 -
CMYK 0 0.12 0.75 0.2
HSL 50.13º 0.6% 0.5% -
HSV(B) 50.13º 0.75% 0.8% -
XYZ 41.64 45.33 9.8 -
YUV 172 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 204 179 52 0 0.12 0.75 0.2 50.13 0.6 0.5
Hex CC B3 34 0 C 4B 14 32 3C 32
Octal 314 263 64 0 14 113 24 62 74 62
Binary 11001100 10110011 110100 0 1100 1001011 10100 110010 111100 110010

Color Harmonies of #CCB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB334

Black with #CCB334

Text Example


Text Example

White with #CCB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB334; }

 p { color: rgb(204,179,52); }

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

background-color css

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

 a { background-color: rgb(204,179,52); }

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

border-color css

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

 span { border-color: rgb(204,179,52); }

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