Html Css Color HEX #CDB42A Metallic Gold

📋 copy color: '#CDB42A'

red 205 ◦ green 180 ◦ blue 42

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

Shades of Metallic Gold #CDB42A

Tints of Metallic Gold #CDB42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

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

R = 48.01%
G = 42.15%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDB42A (or 0xCDB42A) is known color: Metallic Gold. HEX triplet: CD, B4 and 2A. RGB value is (205,180,42). Sum of RGB (Red+Green+Blue) = 205+180+42=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB42A is #324BD5. Grayscale: #ACACAC. Windows color (decimal): -3296214 or 2798797. OLE color: 2798797.

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

Color convert

RGB 205 180 42 -
CMYK 0 0.12 0.80 0.20
HSL 50.8º 0.66% 0.48% -
HSV(B) 50.8º 0.8% 0.8% -
XYZ 41.92 45.79 8.82 -
YUV 171.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 205 180 42 0 0.12 0.80 0.20 50.8 0.66 0.48
Hex CD B4 2A 0 C 50 14 33 42 30
Octal 315 264 52 0 14 120 24 63 102 60
Binary 11001101 10110100 101010 0 1100 1010000 10100 110011 1000010 110000

Color Harmonies of #CDB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB42A

Black with #CDB42A

Text Example


Text Example

White with #CDB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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