Html Css Color HEX #CBB72E Old Gold

📋 copy color: '#CBB72E'

red 203 ◦ green 183 ◦ blue 46

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

Shades of Old Gold #CBB72E

Tints of Old Gold #CBB72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.65%

R = 46.99%
G = 42.36%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBB72E (or 0xCBB72E) is known color: Old Gold. HEX triplet: CB, B7 and 2E. RGB value is (203,183,46). Sum of RGB (Red+Green+Blue) = 203+183+46=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB72E is #3448D1. Grayscale: #ADADAD. Windows color (decimal): -3426514 or 3061707. OLE color: 3061707.

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

Color convert

RGB 203 183 46 -
CMYK 0 0.10 0.77 0.20
HSL 52.36º 0.63% 0.49% -
HSV(B) 52.36º 0.77% 0.8% -
XYZ 42.06 46.76 9.39 -
YUV 173.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 203 183 46 0 0.10 0.77 0.20 52.36 0.63 0.49
Hex CB B7 2E 0 A 4D 14 34 3F 31
Octal 313 267 56 0 12 115 24 64 77 61
Binary 11001011 10110111 101110 0 1010 1001101 10100 110100 111111 110001

Color Harmonies of #CBB72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB72E

Black with #CBB72E

Text Example


Text Example

White with #CBB72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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