Html Css Color HEX #CCB732 Old Gold

📋 copy color: '#CCB732'

red 204 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #CCB732

Tints of Old Gold #CCB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

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

R = 46.68%
G = 41.88%
B = 11.44%

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

#CCB732 (or 0xCCB732) is known color: Old Gold. HEX triplet: CC, B7 and 32. RGB value is (204,183,50). Sum of RGB (Red+Green+Blue) = 204+183+50=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB732 is #3348CD. Grayscale: #AEAEAE. Windows color (decimal): -3360974 or 3323852. OLE color: 3323852.

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

Color convert

RGB 204 183 50 -
CMYK 0 0.10 0.75 0.2
HSL 51.82º 0.61% 0.5% -
HSV(B) 51.82º 0.75% 0.8% -
XYZ 42.41 46.93 9.84 -
YUV 174.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 204 183 50 0 0.10 0.75 0.2 51.82 0.61 0.5
Hex CC B7 32 0 A 4B 14 34 3D 32
Octal 314 267 62 0 12 113 24 64 75 62
Binary 11001100 10110111 110010 0 1010 1001011 10100 110100 111101 110010

Color Harmonies of #CCB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB732

Black with #CCB732

Text Example


Text Example

White with #CCB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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