Html Css Color HEX #D8DB7A Goldenrod

📋 copy color: '#D8DB7A'

red 216 ◦ green 219 ◦ blue 122

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

Shades of Goldenrod #D8DB7A

Tints of Goldenrod #D8DB7A

RGB

 RED value IS 216 (84.77% from 255) = 38.78%

 GREEN value IS 219 (85.94% from 255) = 39.32%

 BLUE value IS 122 (48.05% from 255) = 21.9%

R = 38.78%
G = 39.32%
B = 21.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#D8DB7A (or 0xD8DB7A) is known color: Goldenrod. HEX triplet: D8, DB and 7A. RGB value is (216,219,122). Sum of RGB (Red+Green+Blue) = 216+219+122=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB7A is #272485. Grayscale: #CFCFCF. Windows color (decimal): -2565254 or 8051672. OLE color: 8051672.

HSL color Cylindrical-coordinate representation of color #D8DB7A: hue angle of 61.86º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8DB7A is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 219 122 -
CMYK 0.01 0 0.44 0.14
HSL 61.86º 0.57% 0.67% -
HSV(B) 61.86º 0.44% 0.86% -
XYZ 57.16 66.67 28.27 -
YUV 207.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 216 219 122 0.01 0 0.44 0.14 61.86 0.57 0.67
Hex D8 DB 7A 1 0 2C E 3E 39 43
Octal 330 333 172 1 0 54 16 76 71 103
Binary 11011000 11011011 1111010 1 0 101100 1110 111110 111001 1000011

Color Harmonies of #D8DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB7A

Black with #D8DB7A

Text Example


Text Example

White with #D8DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB7A; }

 p { color: rgb(216,219,122); }

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

background-color css

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

 a { background-color: rgb(216,219,122); }

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

border-color css

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

 span { border-color: rgb(216,219,122); }

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