Html Css Color HEX #CBB739 Old Gold

📋 copy color: '#CBB739'

red 203 ◦ green 183 ◦ blue 57

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

Shades of Old Gold #CBB739

Tints of Old Gold #CBB739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.87%

R = 45.82%
G = 41.31%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBB739 (or 0xCBB739) is known color: Old Gold. HEX triplet: CB, B7 and 39. RGB value is (203,183,57). Sum of RGB (Red+Green+Blue) = 203+183+57=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB739 is #3448C6. Grayscale: #AFAFAF. Windows color (decimal): -3426503 or 3782603. OLE color: 3782603.

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

Color convert

RGB 203 183 57 -
CMYK 0 0.10 0.72 0.20
HSL 51.78º 0.58% 0.51% -
HSV(B) 51.78º 0.72% 0.8% -
XYZ 42.3 46.86 10.69 -
YUV 174.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 203 183 57 0 0.10 0.72 0.20 51.78 0.58 0.51
Hex CB B7 39 0 A 48 14 34 3A 33
Octal 313 267 71 0 12 110 24 64 72 63
Binary 11001011 10110111 111001 0 1010 1001000 10100 110100 111010 110011

Color Harmonies of #CBB739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB739

Black with #CBB739

Text Example


Text Example

White with #CBB739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB739; }

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

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

background-color css

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

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

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

border-color css

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

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

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