Html Css Color HEX #D2D663 Goldenrod

📋 copy color: '#D2D663'

red 210 ◦ green 214 ◦ blue 99

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

Shades of Goldenrod #D2D663

Tints of Goldenrod #D2D663

RGB

 RED value IS 210 (82.42% from 255) = 40.15%

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

 BLUE value IS 99 (39.06% from 255) = 18.93%

R = 40.15%
G = 40.92%
B = 18.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D2D663 (or 0xD2D663) is known color: Goldenrod. HEX triplet: D2, D6 and 63. RGB value is (210,214,99). Sum of RGB (Red+Green+Blue) = 210+214+99=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D663 is #2D299C. Grayscale: #C8C8C8. Windows color (decimal): -2959773 or 6543058. OLE color: 6543058.

HSL color Cylindrical-coordinate representation of color #D2D663: hue angle of 62.09º degrees, saturation: 0.58, 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 #D2D663 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 99 -
CMYK 0.02 0 0.54 0.16
HSL 62.09º 0.58% 0.61% -
HSV(B) 62.09º 0.54% 0.84% -
XYZ 52.88 62.7 21.12 -
YUV 199.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 210 214 99 0.02 0 0.54 0.16 62.09 0.58 0.61
Hex D2 D6 63 2 0 36 10 3E 3A 3D
Octal 322 326 143 2 0 66 20 76 72 75
Binary 11010010 11010110 1100011 10 0 110110 10000 111110 111010 111101

Color Harmonies of #D2D663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D663

Black with #D2D663

Text Example


Text Example

White with #D2D663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D663; }

 p { color: rgb(210,214,99); }

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

background-color css

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

 a { background-color: rgb(210,214,99); }

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

border-color css

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

 span { border-color: rgb(210,214,99); }

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