Html Css Color HEX #CBB643 Old Gold

📋 copy color: '#CBB643'

red 203 ◦ green 182 ◦ blue 67

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

Shades of Old Gold #CBB643

Tints of Old Gold #CBB643

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.27%

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

R = 44.91%
G = 40.27%
B = 14.82%

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

#CBB643 (or 0xCBB643) is known color: Old Gold. HEX triplet: CB, B6 and 43. RGB value is (203,182,67). Sum of RGB (Red+Green+Blue) = 203+182+67=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB643 is #3449BC. Grayscale: #AFAFAF. Windows color (decimal): -3426749 or 4437707. OLE color: 4437707.

HSL color Cylindrical-coordinate representation of color #CBB643: hue angle of 50.74º 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 #CBB643 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 182 67 -
CMYK 0 0.10 0.67 0.20
HSL 50.74º 0.57% 0.53% -
HSV(B) 50.74º 0.67% 0.8% -
XYZ 42.37 46.56 12.06 -
YUV 175.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 203 182 67 0 0.10 0.67 0.20 50.74 0.57 0.53
Hex CB B6 43 0 A 43 14 33 39 35
Octal 313 266 103 0 12 103 24 63 71 65
Binary 11001011 10110110 1000011 0 1010 1000011 10100 110011 111001 110101

Color Harmonies of #CBB643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB643

Black with #CBB643

Text Example


Text Example

White with #CBB643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB643; }

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

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

background-color css

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

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

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

border-color css

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

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

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