Html Css Color HEX #CBB732 Old Gold

📋 copy color: '#CBB732'

red 203 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #CBB732

Tints of Old Gold #CBB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

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

R = 46.56%
G = 41.97%
B = 11.47%

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

#CBB732 (or 0xCBB732) is known color: Old Gold. HEX triplet: CB, B7 and 32. RGB value is (203,183,50). Sum of RGB (Red+Green+Blue) = 203+183+50=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB732 is #3448CD. Grayscale: #AEAEAE. Windows color (decimal): -3426510 or 3323851. OLE color: 3323851.

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

Color convert

RGB 203 183 50 -
CMYK 0 0.10 0.75 0.20
HSL 52.16º 0.6% 0.5% -
HSV(B) 52.16º 0.75% 0.8% -
XYZ 42.14 46.79 9.83 -
YUV 173.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 203 183 50 0 0.10 0.75 0.20 52.16 0.6 0.5
Hex CB B7 32 0 A 4B 14 34 3C 32
Octal 313 267 62 0 12 113 24 64 74 62
Binary 11001011 10110111 110010 0 1010 1001011 10100 110100 111100 110010

Color Harmonies of #CBB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB732

Black with #CBB732

Text Example


Text Example

White with #CBB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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