Html Css Color HEX #CCB832 Old Gold

📋 copy color: '#CCB832'

red 204 ◦ green 184 ◦ blue 50

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

Shades of Old Gold #CCB832

Tints of Old Gold #CCB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

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

R = 46.58%
G = 42.01%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCB832 (or 0xCCB832) is known color: Old Gold. HEX triplet: CC, B8 and 32. RGB value is (204,184,50). Sum of RGB (Red+Green+Blue) = 204+184+50=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB832 is #3347CD. Grayscale: #AFAFAF. Windows color (decimal): -3360718 or 3324108. OLE color: 3324108.

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

Color convert

RGB 204 184 50 -
CMYK 0 0.10 0.75 0.2
HSL 52.21º 0.61% 0.5% -
HSV(B) 52.21º 0.75% 0.8% -
XYZ 42.62 47.35 9.91 -
YUV 174.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 204 184 50 0 0.10 0.75 0.2 52.21 0.61 0.5
Hex CC B8 32 0 A 4B 14 34 3D 32
Octal 314 270 62 0 12 113 24 64 75 62
Binary 11001100 10111000 110010 0 1010 1001011 10100 110100 111101 110010

Color Harmonies of #CCB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB832

Black with #CCB832

Text Example


Text Example

White with #CCB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB832; }

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

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

background-color css

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

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

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

border-color css

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

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

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