Html Css Color HEX #CBAF3A Old Gold

📋 copy color: '#CBAF3A'

red 203 ◦ green 175 ◦ blue 58

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

Shades of Old Gold #CBAF3A

Tints of Old Gold #CBAF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.3%

R = 46.56%
G = 40.14%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBAF3A (or 0xCBAF3A) is known color: Old Gold. HEX triplet: CB, AF and 3A. RGB value is (203,175,58). Sum of RGB (Red+Green+Blue) = 203+175+58=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF3A is #3450C5. Grayscale: #AAAAAA. Windows color (decimal): -3428550 or 3846091. OLE color: 3846091.

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

Color convert

RGB 203 175 58 -
CMYK 0 0.14 0.71 0.20
HSL 48.41º 0.58% 0.51% -
HSV(B) 48.41º 0.71% 0.8% -
XYZ 40.72 43.66 10.28 -
YUV 170.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 203 175 58 0 0.14 0.71 0.20 48.41 0.58 0.51
Hex CB AF 3A 0 E 47 14 30 3A 33
Octal 313 257 72 0 16 107 24 60 72 63
Binary 11001011 10101111 111010 0 1110 1000111 10100 110000 111010 110011

Color Harmonies of #CBAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF3A

Black with #CBAF3A

Text Example


Text Example

White with #CBAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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