Html Css Color HEX #D6B430 Metallic Gold

📋 copy color: '#D6B430'

red 214 ◦ green 180 ◦ blue 48

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

Shades of Metallic Gold #D6B430

Tints of Metallic Gold #D6B430

RGB

 RED value IS 214 (83.98% from 255) = 48.42%

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

 BLUE value IS 48 (19.14% from 255) = 10.86%

R = 48.42%
G = 40.72%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6B430 (or 0xD6B430) is known color: Metallic Gold. HEX triplet: D6, B4 and 30. RGB value is (214,180,48). Sum of RGB (Red+Green+Blue) = 214+180+48=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B430 is #294BCF. Grayscale: #AFAFAF. Windows color (decimal): -2706384 or 3192022. OLE color: 3192022.

HSL color Cylindrical-coordinate representation of color #D6B430: hue angle of 47.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6B430 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 48 -
CMYK 0 0.16 0.78 0.16
HSL 47.71º 0.67% 0.51% -
HSV(B) 47.71º 0.78% 0.84% -
XYZ 44.59 47.15 9.55 -
YUV 175.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 214 180 48 0 0.16 0.78 0.16 47.71 0.67 0.51
Hex D6 B4 30 0 10 4E 10 30 43 33
Octal 326 264 60 0 20 116 20 60 103 63
Binary 11010110 10110100 110000 0 10000 1001110 10000 110000 1000011 110011

Color Harmonies of #D6B430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B430

Black with #D6B430

Text Example


Text Example

White with #D6B430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B430; }

 p { color: rgb(214,180,48); }

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

background-color css

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

 a { background-color: rgb(214,180,48); }

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

border-color css

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

 span { border-color: rgb(214,180,48); }

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