Html Css Color HEX #CCB731 Old Gold

📋 copy color: '#CCB731'

red 204 ◦ green 183 ◦ blue 49

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

Shades of Old Gold #CCB731

Tints of Old Gold #CCB731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.24%

R = 46.79%
G = 41.97%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCB731 (or 0xCCB731) is known color: Old Gold. HEX triplet: CC, B7 and 31. RGB value is (204,183,49). Sum of RGB (Red+Green+Blue) = 204+183+49=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB731 is #3348CE. Grayscale: #AEAEAE. Windows color (decimal): -3360975 or 3258316. OLE color: 3258316.

HSL color Cylindrical-coordinate representation of color #CCB731: hue angle of 51.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCB731 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 49 -
CMYK 0 0.10 0.76 0.2
HSL 51.87º 0.61% 0.5% -
HSV(B) 51.87º 0.76% 0.8% -
XYZ 42.39 46.93 9.73 -
YUV 174 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 204 183 49 0 0.10 0.76 0.2 51.87 0.61 0.5
Hex CC B7 31 0 A 4C 14 34 3D 32
Octal 314 267 61 0 12 114 24 64 75 62
Binary 11001100 10110111 110001 0 1010 1001100 10100 110100 111101 110010

Color Harmonies of #CCB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB731

Black with #CCB731

Text Example


Text Example

White with #CCB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB731; }

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

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

background-color css

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

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

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

border-color css

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

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

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