Html Css Color HEX #CBB743 Old Gold

📋 copy color: '#CBB743'

red 203 ◦ green 183 ◦ blue 67

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

Shades of Old Gold #CBB743

Tints of Old Gold #CBB743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.79%

R = 44.81%
G = 40.4%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBB743 (or 0xCBB743) is known color: Old Gold. HEX triplet: CB, B7 and 43. RGB value is (203,183,67). Sum of RGB (Red+Green+Blue) = 203+183+67=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB743 is #3448BC. Grayscale: #B0B0B0. Windows color (decimal): -3426493 or 4437963. OLE color: 4437963.

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

Color convert

RGB 203 183 67 -
CMYK 0 0.10 0.67 0.20
HSL 51.18º 0.57% 0.53% -
HSV(B) 51.18º 0.67% 0.8% -
XYZ 42.58 46.97 12.13 -
YUV 175.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 203 183 67 0 0.10 0.67 0.20 51.18 0.57 0.53
Hex CB B7 43 0 A 43 14 33 39 35
Octal 313 267 103 0 12 103 24 63 71 65
Binary 11001011 10110111 1000011 0 1010 1000011 10100 110011 111001 110101

Color Harmonies of #CBB743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB743

Black with #CBB743

Text Example


Text Example

White with #CBB743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB743; }

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

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

background-color css

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

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

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

border-color css

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

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

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