Html Css Color HEX #CBAF37 Old Gold

📋 copy color: '#CBAF37'

red 203 ◦ green 175 ◦ blue 55

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

Shades of Old Gold #CBAF37

Tints of Old Gold #CBAF37

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 55 (21.88% from 255) = 12.7%

R = 46.88%
G = 40.42%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBAF37 (or 0xCBAF37) is known color: Old Gold. HEX triplet: CB, AF and 37. RGB value is (203,175,55). Sum of RGB (Red+Green+Blue) = 203+175+55=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF37 is #3450C8. Grayscale: #AAAAAA. Windows color (decimal): -3428553 or 3649483. OLE color: 3649483.

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

Color convert

RGB 203 175 55 -
CMYK 0 0.14 0.73 0.20
HSL 48.65º 0.59% 0.51% -
HSV(B) 48.65º 0.73% 0.8% -
XYZ 40.65 43.63 9.89 -
YUV 169.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 203 175 55 0 0.14 0.73 0.20 48.65 0.59 0.51
Hex CB AF 37 0 E 49 14 31 3B 33
Octal 313 257 67 0 16 111 24 61 73 63
Binary 11001011 10101111 110111 0 1110 1001001 10100 110001 111011 110011

Color Harmonies of #CBAF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF37

Black with #CBAF37

Text Example


Text Example

White with #CBAF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF37; }

 p { color: rgb(203,175,55); }

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

background-color css

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

 a { background-color: rgb(203,175,55); }

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

border-color css

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

 span { border-color: rgb(203,175,55); }

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