Html Css Color HEX #D0D662 Goldenrod

📋 copy color: '#D0D662'

red 208 ◦ green 214 ◦ blue 98

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

Shades of Goldenrod #D0D662

Tints of Goldenrod #D0D662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.85%

R = 40%
G = 41.15%
B = 18.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D0D662 (or 0xD0D662) is known color: Goldenrod. HEX triplet: D0, D6 and 62. RGB value is (208,214,98). Sum of RGB (Red+Green+Blue) = 208+214+98=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D662 is #2F299D. Grayscale: #C7C7C7. Windows color (decimal): -3090846 or 6477520. OLE color: 6477520.

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

Color convert

RGB 208 214 98 -
CMYK 0.03 0 0.54 0.16
HSL 63.1º 0.59% 0.61% -
HSV(B) 63.1º 0.54% 0.84% -
XYZ 52.26 62.38 20.84 -
YUV 198.98 71.01 134.43 -
System Red Green Blue C M Y K H S L
Decimal 208 214 98 0.03 0 0.54 0.16 63.1 0.59 0.61
Hex D0 D6 62 3 0 36 10 3F 3B 3D
Octal 320 326 142 3 0 66 20 77 73 75
Binary 11010000 11010110 1100010 11 0 110110 10000 111111 111011 111101

Color Harmonies of #D0D662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D662

Black with #D0D662

Text Example


Text Example

White with #D0D662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D662; }

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

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

background-color css

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

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

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

border-color css

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

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

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