Html Css Color HEX #D0D65F Goldenrod

📋 copy color: '#D0D65F'

red 208 ◦ green 214 ◦ blue 95

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

Shades of Goldenrod #D0D65F

Tints of Goldenrod #D0D65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.39%

 BLUE value IS 95 (37.5% from 255) = 18.38%

R = 40.23%
G = 41.39%
B = 18.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D0D65F (or 0xD0D65F) is known color: Goldenrod. HEX triplet: D0, D6 and 5F. RGB value is (208,214,95). Sum of RGB (Red+Green+Blue) = 208+214+95=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D65F is #2F29A0. Grayscale: #C7C7C7. Windows color (decimal): -3090849 or 6280912. OLE color: 6280912.

HSL color Cylindrical-coordinate representation of color #D0D65F: hue angle of 63.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0D65F is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 95 -
CMYK 0.03 0 0.56 0.16
HSL 63.03º 0.59% 0.61% -
HSV(B) 63.03º 0.56% 0.84% -
XYZ 52.12 62.33 20.11 -
YUV 198.64 69.51 134.68 -
System Red Green Blue C M Y K H S L
Decimal 208 214 95 0.03 0 0.56 0.16 63.03 0.59 0.61
Hex D0 D6 5F 3 0 38 10 3F 3B 3D
Octal 320 326 137 3 0 70 20 77 73 75
Binary 11010000 11010110 1011111 11 0 111000 10000 111111 111011 111101

Color Harmonies of #D0D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D65F

Black with #D0D65F

Text Example


Text Example

White with #D0D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D65F; }

 p { color: rgb(208,214,95); }

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

background-color css

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

 a { background-color: rgb(208,214,95); }

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

border-color css

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

 span { border-color: rgb(208,214,95); }

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