Html Css Color HEX #D2DD7B Goldenrod

📋 copy color: '#D2DD7B'

red 210 ◦ green 221 ◦ blue 123

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

Shades of Goldenrod #D2DD7B

Tints of Goldenrod #D2DD7B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.89%

 BLUE value IS 123 (48.44% from 255) = 22.2%

R = 37.91%
G = 39.89%
B = 22.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#D2DD7B (or 0xD2DD7B) is known color: Goldenrod. HEX triplet: D2, DD and 7B. RGB value is (210,221,123). Sum of RGB (Red+Green+Blue) = 210+221+123=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DD7B is #2D2284. Grayscale: #CECECE. Windows color (decimal): -2957957 or 8117714. OLE color: 8117714.

HSL color Cylindrical-coordinate representation of color #D2DD7B: hue angle of 66.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2DD7B is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 123 -
CMYK 0.05 0 0.44 0.13
HSL 66.73º 0.59% 0.67% -
HSV(B) 66.73º 0.44% 0.87% -
XYZ 56.01 66.84 28.69 -
YUV 206.54 80.86 130.47 -
System Red Green Blue C M Y K H S L
Decimal 210 221 123 0.05 0 0.44 0.13 66.73 0.59 0.67
Hex D2 DD 7B 5 0 2C D 43 3B 43
Octal 322 335 173 5 0 54 15 103 73 103
Binary 11010010 11011101 1111011 101 0 101100 1101 1000011 111011 1000011

Color Harmonies of #D2DD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DD7B

Black with #D2DD7B

Text Example


Text Example

White with #D2DD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DD7B; }

 p { color: rgb(210,221,123); }

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

background-color css

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

 a { background-color: rgb(210,221,123); }

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

border-color css

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

 span { border-color: rgb(210,221,123); }

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