Html Css Color HEX #CDB12A Metallic Gold

📋 copy color: '#CDB12A'

red 205 ◦ green 177 ◦ blue 42

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

Shades of Metallic Gold #CDB12A

Tints of Metallic Gold #CDB12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.91%

R = 48.35%
G = 41.75%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDB12A (or 0xCDB12A) is known color: Metallic Gold. HEX triplet: CD, B1 and 2A. RGB value is (205,177,42). Sum of RGB (Red+Green+Blue) = 205+177+42=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB12A is #324ED5. Grayscale: #AAAAAA. Windows color (decimal): -3296982 or 2798029. OLE color: 2798029.

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

Color convert

RGB 205 177 42 -
CMYK 0 0.14 0.80 0.20
HSL 49.69º 0.66% 0.48% -
HSV(B) 49.69º 0.8% 0.8% -
XYZ 41.32 44.59 8.62 -
YUV 169.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 205 177 42 0 0.14 0.80 0.20 49.69 0.66 0.48
Hex CD B1 2A 0 E 50 14 32 42 30
Octal 315 261 52 0 16 120 24 62 102 60
Binary 11001101 10110001 101010 0 1110 1010000 10100 110010 1000010 110000

Color Harmonies of #CDB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB12A

Black with #CDB12A

Text Example


Text Example

White with #CDB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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