Html Css Color HEX #CBB831 Old Gold

📋 copy color: '#CBB831'

red 203 ◦ green 184 ◦ blue 49

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

Shades of Old Gold #CBB831

Tints of Old Gold #CBB831

RGB

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

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

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

R = 46.56%
G = 42.2%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBB831 (or 0xCBB831) is known color: Old Gold. HEX triplet: CB, B8 and 31. RGB value is (203,184,49). Sum of RGB (Red+Green+Blue) = 203+184+49=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB831 is #3447CE. Grayscale: #AEAEAE. Windows color (decimal): -3426255 or 3258571. OLE color: 3258571.

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

Color convert

RGB 203 184 49 -
CMYK 0 0.09 0.76 0.20
HSL 52.6º 0.61% 0.49% -
HSV(B) 52.6º 0.76% 0.8% -
XYZ 42.32 47.2 9.79 -
YUV 174.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 203 184 49 0 0.09 0.76 0.20 52.6 0.61 0.49
Hex CB B8 31 0 9 4C 14 35 3D 31
Octal 313 270 61 0 11 114 24 65 75 61
Binary 11001011 10111000 110001 0 1001 1001100 10100 110101 111101 110001

Color Harmonies of #CBB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB831

Black with #CBB831

Text Example


Text Example

White with #CBB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB831; }

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

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

background-color css

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

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

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

border-color css

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

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

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