Html Css Color HEX #CBB647 Old Gold

📋 copy color: '#CBB647'

red 203 ◦ green 182 ◦ blue 71

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

Shades of Old Gold #CBB647

Tints of Old Gold #CBB647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.57%

R = 44.52%
G = 39.91%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CBB647 (or 0xCBB647) is known color: Old Gold. HEX triplet: CB, B6 and 47. RGB value is (203,182,71). Sum of RGB (Red+Green+Blue) = 203+182+71=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB647 is #3449B8. Grayscale: #B0B0B0. Windows color (decimal): -3426745 or 4699851. OLE color: 4699851.

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

Color convert

RGB 203 182 71 -
CMYK 0 0.10 0.65 0.20
HSL 50.45º 0.56% 0.54% -
HSV(B) 50.45º 0.65% 0.8% -
XYZ 42.49 46.61 12.72 -
YUV 175.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 203 182 71 0 0.10 0.65 0.20 50.45 0.56 0.54
Hex CB B6 47 0 A 41 14 32 38 36
Octal 313 266 107 0 12 101 24 62 70 66
Binary 11001011 10110110 1000111 0 1010 1000001 10100 110010 111000 110110

Color Harmonies of #CBB647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB647

Black with #CBB647

Text Example


Text Example

White with #CBB647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB647; }

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

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

background-color css

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

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

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

border-color css

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

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

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