Html Css Color HEX #CBAF44 Old Gold

📋 copy color: '#CBAF44'

red 203 ◦ green 175 ◦ blue 68

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

Shades of Old Gold #CBAF44

Tints of Old Gold #CBAF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 45.52%
G = 39.24%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBAF44 (or 0xCBAF44) is known color: Old Gold. HEX triplet: CB, AF and 44. RGB value is (203,175,68). Sum of RGB (Red+Green+Blue) = 203+175+68=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF44 is #3450BB. Grayscale: #ABABAB. Windows color (decimal): -3428540 or 4501451. OLE color: 4501451.

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

Color convert

RGB 203 175 68 -
CMYK 0 0.14 0.67 0.20
HSL 47.56º 0.56% 0.53% -
HSV(B) 47.56º 0.67% 0.8% -
XYZ 41 43.77 11.76 -
YUV 171.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 203 175 68 0 0.14 0.67 0.20 47.56 0.56 0.53
Hex CB AF 44 0 E 43 14 30 38 35
Octal 313 257 104 0 16 103 24 60 70 65
Binary 11001011 10101111 1000100 0 1110 1000011 10100 110000 111000 110101

Color Harmonies of #CBAF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF44

Black with #CBAF44

Text Example


Text Example

White with #CBAF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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