Html Css Color HEX #CBB830 Old Gold

📋 copy color: '#CBB830'

red 203 ◦ green 184 ◦ blue 48

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

Shades of Old Gold #CBB830

Tints of Old Gold #CBB830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.03%

R = 46.67%
G = 42.3%
B = 11.03%

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

#CBB830 (or 0xCBB830) is known color: Old Gold. HEX triplet: CB, B8 and 30. RGB value is (203,184,48). Sum of RGB (Red+Green+Blue) = 203+184+48=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB830 is #3447CF. Grayscale: #AEAEAE. Windows color (decimal): -3426256 or 3193035. OLE color: 3193035.

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

Color convert

RGB 203 184 48 -
CMYK 0 0.09 0.76 0.20
HSL 52.65º 0.62% 0.49% -
HSV(B) 52.65º 0.76% 0.8% -
XYZ 42.3 47.19 9.68 -
YUV 174.18 56.79 148.56 -
System Red Green Blue C M Y K H S L
Decimal 203 184 48 0 0.09 0.76 0.20 52.65 0.62 0.49
Hex CB B8 30 0 9 4C 14 35 3E 31
Octal 313 270 60 0 11 114 24 65 76 61
Binary 11001011 10111000 110000 0 1001 1001100 10100 110101 111110 110001

Color Harmonies of #CBB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB830

Black with #CBB830

Text Example


Text Example

White with #CBB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB830; }

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

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

background-color css

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

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

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

border-color css

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

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

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