Html Css Color HEX #CBB731 Old Gold

📋 copy color: '#CBB731'

red 203 ◦ green 183 ◦ blue 49

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

Shades of Old Gold #CBB731

Tints of Old Gold #CBB731

RGB

 RED value IS 203 (79.69% from 255) = 46.67%

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

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

R = 46.67%
G = 42.07%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBB731 (or 0xCBB731) is known color: Old Gold. HEX triplet: CB, B7 and 31. RGB value is (203,183,49). Sum of RGB (Red+Green+Blue) = 203+183+49=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB731 is #3448CE. Grayscale: #AEAEAE. Windows color (decimal): -3426511 or 3258315. OLE color: 3258315.

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

Color convert

RGB 203 183 49 -
CMYK 0 0.10 0.76 0.20
HSL 52.21º 0.61% 0.49% -
HSV(B) 52.21º 0.76% 0.8% -
XYZ 42.12 46.79 9.72 -
YUV 173.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 203 183 49 0 0.10 0.76 0.20 52.21 0.61 0.49
Hex CB B7 31 0 A 4C 14 34 3D 31
Octal 313 267 61 0 12 114 24 64 75 61
Binary 11001011 10110111 110001 0 1010 1001100 10100 110100 111101 110001

Color Harmonies of #CBB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB731

Black with #CBB731

Text Example


Text Example

White with #CBB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB731; }

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

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

background-color css

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

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

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

border-color css

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

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

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