Html Css Color HEX #CBB632 Old Gold

📋 copy color: '#CBB632'

red 203 ◦ green 182 ◦ blue 50

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

Shades of Old Gold #CBB632

Tints of Old Gold #CBB632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 46.67%
G = 41.84%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBB632 (or 0xCBB632) is known color: Old Gold. HEX triplet: CB, B6 and 32. RGB value is (203,182,50). Sum of RGB (Red+Green+Blue) = 203+182+50=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB632 is #3449CD. Grayscale: #ADADAD. Windows color (decimal): -3426766 or 3323595. OLE color: 3323595.

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

Color convert

RGB 203 182 50 -
CMYK 0 0.10 0.75 0.20
HSL 51.76º 0.6% 0.5% -
HSV(B) 51.76º 0.75% 0.8% -
XYZ 41.93 46.38 9.76 -
YUV 173.23 58.46 149.23 -
System Red Green Blue C M Y K H S L
Decimal 203 182 50 0 0.10 0.75 0.20 51.76 0.6 0.5
Hex CB B6 32 0 A 4B 14 34 3C 32
Octal 313 266 62 0 12 113 24 64 74 62
Binary 11001011 10110110 110010 0 1010 1001011 10100 110100 111100 110010

Color Harmonies of #CBB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB632

Black with #CBB632

Text Example


Text Example

White with #CBB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB632; }

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

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

background-color css

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

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

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

border-color css

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

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

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