Html Css Color HEX #CBB741 Old Gold

📋 copy color: '#CBB741'

red 203 ◦ green 183 ◦ blue 65

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

Shades of Old Gold #CBB741

Tints of Old Gold #CBB741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.41%

R = 45.01%
G = 40.58%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBB741 (or 0xCBB741) is known color: Old Gold. HEX triplet: CB, B7 and 41. RGB value is (203,183,65). Sum of RGB (Red+Green+Blue) = 203+183+65=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB741 is #3448BE. Grayscale: #B0B0B0. Windows color (decimal): -3426495 or 4306891. OLE color: 4306891.

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

Color convert

RGB 203 183 65 -
CMYK 0 0.10 0.68 0.20
HSL 51.3º 0.57% 0.53% -
HSV(B) 51.3º 0.68% 0.8% -
XYZ 42.52 46.95 11.82 -
YUV 175.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 203 183 65 0 0.10 0.68 0.20 51.3 0.57 0.53
Hex CB B7 41 0 A 44 14 33 39 35
Octal 313 267 101 0 12 104 24 63 71 65
Binary 11001011 10110111 1000001 0 1010 1000100 10100 110011 111001 110101

Color Harmonies of #CBB741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB741

Black with #CBB741

Text Example


Text Example

White with #CBB741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB741; }

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

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

background-color css

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

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

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

border-color css

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

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

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