Html Css Color HEX #CBB93F Old Gold

📋 copy color: '#CBB93F'

red 203 ◦ green 185 ◦ blue 63

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

Shades of Old Gold #CBB93F

Tints of Old Gold #CBB93F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.02%

 BLUE value IS 63 (25% from 255) = 13.97%

R = 45.01%
G = 41.02%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBB93F (or 0xCBB93F) is known color: Old Gold. HEX triplet: CB, B9 and 3F. RGB value is (203,185,63). Sum of RGB (Red+Green+Blue) = 203+185+63=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB93F is #3446C0. Grayscale: #B0B0B0. Windows color (decimal): -3425985 or 4176331. OLE color: 4176331.

HSL color Cylindrical-coordinate representation of color #CBB93F: hue angle of 52.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBB93F is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 63 -
CMYK 0 0.09 0.69 0.20
HSL 52.29º 0.57% 0.52% -
HSV(B) 52.29º 0.69% 0.8% -
XYZ 42.87 47.75 11.66 -
YUV 176.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 203 185 63 0 0.09 0.69 0.20 52.29 0.57 0.52
Hex CB B9 3F 0 9 45 14 34 39 34
Octal 313 271 77 0 11 105 24 64 71 64
Binary 11001011 10111001 111111 0 1001 1000101 10100 110100 111001 110100

Color Harmonies of #CBB93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB93F

Black with #CBB93F

Text Example


Text Example

White with #CBB93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB93F; }

 p { color: rgb(203,185,63); }

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

background-color css

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

 a { background-color: rgb(203,185,63); }

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

border-color css

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

 span { border-color: rgb(203,185,63); }

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