Html Css Color HEX #CDB12E Metallic Gold

📋 copy color: '#CDB12E'

red 205 ◦ green 177 ◦ blue 46

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

Shades of Metallic Gold #CDB12E

Tints of Metallic Gold #CDB12E

RGB

 RED value IS 205 (80.47% from 255) = 47.9%

 GREEN value IS 177 (69.53% from 255) = 41.36%

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

R = 47.9%
G = 41.36%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDB12E (or 0xCDB12E) is known color: Metallic Gold. HEX triplet: CD, B1 and 2E. RGB value is (205,177,46). Sum of RGB (Red+Green+Blue) = 205+177+46=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB12E is #324ED1. Grayscale: #AAAAAA. Windows color (decimal): -3296978 or 3060173. OLE color: 3060173.

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

Color convert

RGB 205 177 46 -
CMYK 0 0.14 0.78 0.20
HSL 49.43º 0.63% 0.49% -
HSV(B) 49.43º 0.78% 0.8% -
XYZ 41.39 44.62 9.02 -
YUV 170.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 205 177 46 0 0.14 0.78 0.20 49.43 0.63 0.49
Hex CD B1 2E 0 E 4E 14 31 3F 31
Octal 315 261 56 0 16 116 24 61 77 61
Binary 11001101 10110001 101110 0 1110 1001110 10100 110001 111111 110001

Color Harmonies of #CDB12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB12E

Black with #CDB12E

Text Example


Text Example

White with #CDB12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB12E; }

 p { color: rgb(205,177,46); }

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

background-color css

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

 a { background-color: rgb(205,177,46); }

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

border-color css

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

 span { border-color: rgb(205,177,46); }

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