Html Css Color HEX #CBB94B Old Gold

📋 copy color: '#CBB94B'

red 203 ◦ green 185 ◦ blue 75

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

Shades of Old Gold #CBB94B

Tints of Old Gold #CBB94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.2%

R = 43.84%
G = 39.96%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CBB94B (or 0xCBB94B) is known color: Old Gold. HEX triplet: CB, B9 and 4B. RGB value is (203,185,75). Sum of RGB (Red+Green+Blue) = 203+185+75=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB94B is #3446B4. Grayscale: #B2B2B2. Windows color (decimal): -3425973 or 4962763. OLE color: 4962763.

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

Color convert

RGB 203 185 75 -
CMYK 0 0.09 0.63 0.20
HSL 51.56º 0.55% 0.55% -
HSV(B) 51.56º 0.63% 0.8% -
XYZ 43.25 47.9 13.62 -
YUV 177.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 203 185 75 0 0.09 0.63 0.20 51.56 0.55 0.55
Hex CB B9 4B 0 9 3F 14 34 37 37
Octal 313 271 113 0 11 77 24 64 67 67
Binary 11001011 10111001 1001011 0 1001 111111 10100 110100 110111 110111

Color Harmonies of #CBB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB94B

Black with #CBB94B

Text Example


Text Example

White with #CBB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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