Html Css Color HEX #D0B23B Old Gold

📋 copy color: '#D0B23B'

red 208 ◦ green 178 ◦ blue 59

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

Shades of Old Gold #D0B23B

Tints of Old Gold #D0B23B

RGB

 RED value IS 208 (81.64% from 255) = 46.74%

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

 BLUE value IS 59 (23.44% from 255) = 13.26%

R = 46.74%
G = 40%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0B23B (or 0xD0B23B) is known color: Old Gold. HEX triplet: D0, B2 and 3B. RGB value is (208,178,59). Sum of RGB (Red+Green+Blue) = 208+178+59=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B23B is #2F4DC4. Grayscale: #ADADAD. Windows color (decimal): -3100101 or 3912400. OLE color: 3912400.

HSL color Cylindrical-coordinate representation of color #D0B23B: hue angle of 47.92º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0B23B is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 178 59 -
CMYK 0 0.14 0.72 0.18
HSL 47.92º 0.61% 0.52% -
HSV(B) 47.92º 0.72% 0.82% -
XYZ 42.72 45.57 10.68 -
YUV 173.4 63.44 152.68 -
System Red Green Blue C M Y K H S L
Decimal 208 178 59 0 0.14 0.72 0.18 47.92 0.61 0.52
Hex D0 B2 3B 0 E 48 12 30 3D 34
Octal 320 262 73 0 16 110 22 60 75 64
Binary 11010000 10110010 111011 0 1110 1001000 10010 110000 111101 110100

Color Harmonies of #D0B23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B23B

Black with #D0B23B

Text Example


Text Example

White with #D0B23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B23B; }

 p { color: rgb(208,178,59); }

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

background-color css

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

 a { background-color: rgb(208,178,59); }

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

border-color css

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

 span { border-color: rgb(208,178,59); }

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