Html Css Color HEX #CBB641 Old Gold

📋 copy color: '#CBB641'

red 203 ◦ green 182 ◦ blue 65

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

Shades of Old Gold #CBB641

Tints of Old Gold #CBB641

RGB

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

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

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

R = 45.11%
G = 40.44%
B = 14.44%

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

#CBB641 (or 0xCBB641) is known color: Old Gold. HEX triplet: CB, B6 and 41. RGB value is (203,182,65). Sum of RGB (Red+Green+Blue) = 203+182+65=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB641 is #3449BE. Grayscale: #AFAFAF. Windows color (decimal): -3426751 or 4306635. OLE color: 4306635.

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

Color convert

RGB 203 182 65 -
CMYK 0 0.10 0.68 0.20
HSL 50.87º 0.57% 0.53% -
HSV(B) 50.87º 0.68% 0.8% -
XYZ 42.31 46.53 11.75 -
YUV 174.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 203 182 65 0 0.10 0.68 0.20 50.87 0.57 0.53
Hex CB B6 41 0 A 44 14 33 39 35
Octal 313 266 101 0 12 104 24 63 71 65
Binary 11001011 10110110 1000001 0 1010 1000100 10100 110011 111001 110101

Color Harmonies of #CBB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB641

Black with #CBB641

Text Example


Text Example

White with #CBB641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB641; }

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

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

background-color css

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

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

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

border-color css

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

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

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