Html Css Color HEX #CCB534 Old Gold

📋 copy color: '#CCB534'

red 204 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #CCB534

Tints of Old Gold #CCB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.42%

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

R = 46.68%
G = 41.42%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCB534 (or 0xCCB534) is known color: Old Gold. HEX triplet: CC, B5 and 34. RGB value is (204,181,52). Sum of RGB (Red+Green+Blue) = 204+181+52=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB534 is #334ACB. Grayscale: #ADADAD. Windows color (decimal): -3361484 or 3454412. OLE color: 3454412.

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

Color convert

RGB 204 181 52 -
CMYK 0 0.11 0.75 0.2
HSL 50.92º 0.6% 0.5% -
HSV(B) 50.92º 0.75% 0.8% -
XYZ 42.05 46.13 9.94 -
YUV 173.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 204 181 52 0 0.11 0.75 0.2 50.92 0.6 0.5
Hex CC B5 34 0 B 4B 14 33 3C 32
Octal 314 265 64 0 13 113 24 63 74 62
Binary 11001100 10110101 110100 0 1011 1001011 10100 110011 111100 110010

Color Harmonies of #CCB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB534

Black with #CCB534

Text Example


Text Example

White with #CCB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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