Html Css Color HEX #CBAD2E Metallic Gold

📋 copy color: '#CBAD2E'

red 203 ◦ green 173 ◦ blue 46

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

Shades of Metallic Gold #CBAD2E

Tints of Metallic Gold #CBAD2E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 46 (18.36% from 255) = 10.9%

R = 48.1%
G = 41%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBAD2E (or 0xCBAD2E) is known color: Metallic Gold. HEX triplet: CB, AD and 2E. RGB value is (203,173,46). Sum of RGB (Red+Green+Blue) = 203+173+46=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAD2E is #3452D1. Grayscale: #A8A8A8. Windows color (decimal): -3429074 or 3059147. OLE color: 3059147.

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

Color convert

RGB 203 173 46 -
CMYK 0 0.15 0.77 0.20
HSL 48.54º 0.63% 0.49% -
HSV(B) 48.54º 0.77% 0.8% -
XYZ 40.07 42.78 8.73 -
YUV 167.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 203 173 46 0 0.15 0.77 0.20 48.54 0.63 0.49
Hex CB AD 2E 0 F 4D 14 31 3F 31
Octal 313 255 56 0 17 115 24 61 77 61
Binary 11001011 10101101 101110 0 1111 1001101 10100 110001 111111 110001

Color Harmonies of #CBAD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD2E

Black with #CBAD2E

Text Example


Text Example

White with #CBAD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD2E; }

 p { color: rgb(203,173,46); }

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

background-color css

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

 a { background-color: rgb(203,173,46); }

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

border-color css

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

 span { border-color: rgb(203,173,46); }

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