Html Css Color HEX #CBA92D Metallic Gold

📋 copy color: '#CBA92D'

red 203 ◦ green 169 ◦ blue 45

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

Shades of Metallic Gold #CBA92D

Tints of Metallic Gold #CBA92D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

 BLUE value IS 45 (17.97% from 255) = 10.79%

R = 48.68%
G = 40.53%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CBA92D (or 0xCBA92D) is known color: Metallic Gold. HEX triplet: CB, A9 and 2D. RGB value is (203,169,45). Sum of RGB (Red+Green+Blue) = 203+169+45=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA92D is #3456D2. Grayscale: #A5A5A5. Windows color (decimal): -3430099 or 2992587. OLE color: 2992587.

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

Color convert

RGB 203 169 45 -
CMYK 0 0.17 0.78 0.20
HSL 47.09º 0.64% 0.49% -
HSV(B) 47.09º 0.78% 0.8% -
XYZ 39.29 41.26 8.38 -
YUV 165.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 203 169 45 0 0.17 0.78 0.20 47.09 0.64 0.49
Hex CB A9 2D 0 11 4E 14 2F 40 31
Octal 313 251 55 0 21 116 24 57 100 61
Binary 11001011 10101001 101101 0 10001 1001110 10100 101111 1000000 110001

Color Harmonies of #CBA92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA92D

Black with #CBA92D

Text Example


Text Example

White with #CBA92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA92D; }

 p { color: rgb(203,169,45); }

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

background-color css

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

 a { background-color: rgb(203,169,45); }

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

border-color css

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

 span { border-color: rgb(203,169,45); }

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