Html Css Color HEX #CBB031 Old Gold

📋 copy color: '#CBB031'

red 203 ◦ green 176 ◦ blue 49

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

Shades of Old Gold #CBB031

Tints of Old Gold #CBB031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.12%

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

R = 47.43%
G = 41.12%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBB031 (or 0xCBB031) is known color: Old Gold. HEX triplet: CB, B0 and 31. RGB value is (203,176,49). Sum of RGB (Red+Green+Blue) = 203+176+49=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB031 is #344FCE. Grayscale: #AAAAAA. Windows color (decimal): -3428303 or 3256523. OLE color: 3256523.

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

Color convert

RGB 203 176 49 -
CMYK 0 0.13 0.76 0.20
HSL 49.48º 0.61% 0.49% -
HSV(B) 49.48º 0.76% 0.8% -
XYZ 40.71 43.97 9.25 -
YUV 169.6 59.95 151.83 -
System Red Green Blue C M Y K H S L
Decimal 203 176 49 0 0.13 0.76 0.20 49.48 0.61 0.49
Hex CB B0 31 0 D 4C 14 31 3D 31
Octal 313 260 61 0 15 114 24 61 75 61
Binary 11001011 10110000 110001 0 1101 1001100 10100 110001 111101 110001

Color Harmonies of #CBB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB031

Black with #CBB031

Text Example


Text Example

White with #CBB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB031; }

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

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

background-color css

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

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

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

border-color css

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

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

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