Html Css Color HEX #CCB934 Old Gold

📋 copy color: '#CCB934'

red 204 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #CCB934

Tints of Old Gold #CCB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

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

R = 46.26%
G = 41.95%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCB934 (or 0xCCB934) is known color: Old Gold. HEX triplet: CC, B9 and 34. RGB value is (204,185,52). Sum of RGB (Red+Green+Blue) = 204+185+52=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB934 is #3346CB. Grayscale: #B0B0B0. Windows color (decimal): -3360460 or 3455436. OLE color: 3455436.

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

Color convert

RGB 204 185 52 -
CMYK 0 0.09 0.75 0.2
HSL 52.5º 0.6% 0.5% -
HSV(B) 52.5º 0.75% 0.8% -
XYZ 42.87 47.78 10.21 -
YUV 175.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 204 185 52 0 0.09 0.75 0.2 52.5 0.6 0.5
Hex CC B9 34 0 9 4B 14 34 3C 32
Octal 314 271 64 0 11 113 24 64 74 62
Binary 11001100 10111001 110100 0 1001 1001011 10100 110100 111100 110010

Color Harmonies of #CCB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB934

Black with #CCB934

Text Example


Text Example

White with #CCB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB934; }

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

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

background-color css

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

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

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

border-color css

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

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

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