Html Css Color HEX #CCB932 Old Gold

📋 copy color: '#CCB932'

red 204 ◦ green 185 ◦ blue 50

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

Shades of Old Gold #CCB932

Tints of Old Gold #CCB932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.39%

R = 46.47%
G = 42.14%
B = 11.39%

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

#CCB932 (or 0xCCB932) is known color: Old Gold. HEX triplet: CC, B9 and 32. RGB value is (204,185,50). Sum of RGB (Red+Green+Blue) = 204+185+50=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB932 is #3346CD. Grayscale: #AFAFAF. Windows color (decimal): -3360462 or 3324364. OLE color: 3324364.

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

Color convert

RGB 204 185 50 -
CMYK 0 0.09 0.75 0.2
HSL 52.6º 0.61% 0.5% -
HSV(B) 52.6º 0.75% 0.8% -
XYZ 42.83 47.77 9.98 -
YUV 175.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 204 185 50 0 0.09 0.75 0.2 52.6 0.61 0.5
Hex CC B9 32 0 9 4B 14 35 3D 32
Octal 314 271 62 0 11 113 24 65 75 62
Binary 11001100 10111001 110010 0 1001 1001011 10100 110101 111101 110010

Color Harmonies of #CCB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB932

Black with #CCB932

Text Example


Text Example

White with #CCB932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB932; }

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

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

background-color css

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

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

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

border-color css

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

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

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