Html Css Color HEX #DDB23A Metallic Gold

📋 copy color: '#DDB23A'

red 221 ◦ green 178 ◦ blue 58

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

Shades of Metallic Gold #DDB23A

Tints of Metallic Gold #DDB23A

RGB

 RED value IS 221 (86.72% from 255) = 48.36%

 GREEN value IS 178 (69.92% from 255) = 38.95%

 BLUE value IS 58 (23.05% from 255) = 12.69%

R = 48.36%
G = 38.95%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDB23A (or 0xDDB23A) is known color: Metallic Gold. HEX triplet: DD, B2 and 3A. RGB value is (221,178,58). Sum of RGB (Red+Green+Blue) = 221+178+58=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB23A is #224DC5. Grayscale: #B1B1B1. Windows color (decimal): -2248134 or 3846877. OLE color: 3846877.

HSL color Cylindrical-coordinate representation of color #DDB23A: hue angle of 44.17º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDB23A is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 58 -
CMYK 0 0.19 0.74 0.13
HSL 44.17º 0.71% 0.55% -
HSV(B) 44.17º 0.74% 0.87% -
XYZ 46.5 47.52 10.72 -
YUV 177.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 221 178 58 0 0.19 0.74 0.13 44.17 0.71 0.55
Hex DD B2 3A 0 13 4A D 2C 47 37
Octal 335 262 72 0 23 112 15 54 107 67
Binary 11011101 10110010 111010 0 10011 1001010 1101 101100 1000111 110111

Color Harmonies of #DDB23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB23A

Black with #DDB23A

Text Example


Text Example

White with #DDB23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB23A; }

 p { color: rgb(221,178,58); }

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

background-color css

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

 a { background-color: rgb(221,178,58); }

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

border-color css

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

 span { border-color: rgb(221,178,58); }

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