Html Css Color HEX #CBAE3A Old Gold

📋 copy color: '#CBAE3A'

red 203 ◦ green 174 ◦ blue 58

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

Shades of Old Gold #CBAE3A

Tints of Old Gold #CBAE3A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40%

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

R = 46.67%
G = 40%
B = 13.33%

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

#CBAE3A (or 0xCBAE3A) is known color: Old Gold. HEX triplet: CB, AE and 3A. RGB value is (203,174,58). Sum of RGB (Red+Green+Blue) = 203+174+58=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE3A is #3451C5. Grayscale: #A9A9A9. Windows color (decimal): -3428806 or 3845835. OLE color: 3845835.

HSL color Cylindrical-coordinate representation of color #CBAE3A: hue angle of 48º 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 #CBAE3A is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 174 58 -
CMYK 0 0.14 0.71 0.20
HSL 48º 0.58% 0.51% -
HSV(B) 48º 0.71% 0.8% -
XYZ 40.53 43.27 10.22 -
YUV 169.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 203 174 58 0 0.14 0.71 0.20 48 0.58 0.51
Hex CB AE 3A 0 E 47 14 30 3A 33
Octal 313 256 72 0 16 107 24 60 72 63
Binary 11001011 10101110 111010 0 1110 1000111 10100 110000 111010 110011

Color Harmonies of #CBAE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE3A

Black with #CBAE3A

Text Example


Text Example

White with #CBAE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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