Html Css Color HEX #CBB636 Old Gold

📋 copy color: '#CBB636'

red 203 ◦ green 182 ◦ blue 54

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

Shades of Old Gold #CBB636

Tints of Old Gold #CBB636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.3%

R = 46.24%
G = 41.46%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBB636 (or 0xCBB636) is known color: Old Gold. HEX triplet: CB, B6 and 36. RGB value is (203,182,54). Sum of RGB (Red+Green+Blue) = 203+182+54=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB636 is #3449C9. Grayscale: #AEAEAE. Windows color (decimal): -3426762 or 3585739. OLE color: 3585739.

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

Color convert

RGB 203 182 54 -
CMYK 0 0.10 0.73 0.20
HSL 51.54º 0.59% 0.5% -
HSV(B) 51.54º 0.73% 0.8% -
XYZ 42.02 46.42 10.23 -
YUV 173.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 203 182 54 0 0.10 0.73 0.20 51.54 0.59 0.5
Hex CB B6 36 0 A 49 14 34 3B 32
Octal 313 266 66 0 12 111 24 64 73 62
Binary 11001011 10110110 110110 0 1010 1001001 10100 110100 111011 110010

Color Harmonies of #CBB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB636

Black with #CBB636

Text Example


Text Example

White with #CBB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB636; }

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

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

background-color css

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

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

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

border-color css

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

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

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