Html Css Color HEX #CBB83A Old Gold

📋 copy color: '#CBB83A'

red 203 ◦ green 184 ◦ blue 58

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

Shades of Old Gold #CBB83A

Tints of Old Gold #CBB83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.03%

R = 45.62%
G = 41.35%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBB83A (or 0xCBB83A) is known color: Old Gold. HEX triplet: CB, B8 and 3A. RGB value is (203,184,58). Sum of RGB (Red+Green+Blue) = 203+184+58=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB83A is #3447C5. Grayscale: #AFAFAF. Windows color (decimal): -3426246 or 3848395. OLE color: 3848395.

HSL color Cylindrical-coordinate representation of color #CBB83A: hue angle of 52.14º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBB83A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 184 58 -
CMYK 0 0.09 0.71 0.20
HSL 52.14º 0.58% 0.51% -
HSV(B) 52.14º 0.71% 0.8% -
XYZ 42.53 47.28 10.89 -
YUV 175.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 203 184 58 0 0.09 0.71 0.20 52.14 0.58 0.51
Hex CB B8 3A 0 9 47 14 34 3A 33
Octal 313 270 72 0 11 107 24 64 72 63
Binary 11001011 10111000 111010 0 1001 1000111 10100 110100 111010 110011

Color Harmonies of #CBB83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB83A

Black with #CBB83A

Text Example


Text Example

White with #CBB83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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