Html Css Color HEX #D7DB61 Goldenrod

📋 copy color: '#D7DB61'

red 215 ◦ green 219 ◦ blue 97

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

Shades of Goldenrod #D7DB61

Tints of Goldenrod #D7DB61

RGB

 RED value IS 215 (84.38% from 255) = 40.49%

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

 BLUE value IS 97 (38.28% from 255) = 18.27%

R = 40.49%
G = 41.24%
B = 18.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D7DB61 (or 0xD7DB61) is known color: Goldenrod. HEX triplet: D7, DB and 61. RGB value is (215,219,97). Sum of RGB (Red+Green+Blue) = 215+219+97=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DB61 is #28249E. Grayscale: #CCCCCC. Windows color (decimal): -2630815 or 6413271. OLE color: 6413271.

HSL color Cylindrical-coordinate representation of color #D7DB61: hue angle of 61.97º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7DB61 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 219 97 -
CMYK 0.02 0 0.56 0.14
HSL 61.97º 0.63% 0.62% -
HSV(B) 61.97º 0.56% 0.86% -
XYZ 55.51 65.97 21.12 -
YUV 203.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 215 219 97 0.02 0 0.56 0.14 61.97 0.63 0.62
Hex D7 DB 61 2 0 38 E 3E 3F 3E
Octal 327 333 141 2 0 70 16 76 77 76
Binary 11010111 11011011 1100001 10 0 111000 1110 111110 111111 111110

Color Harmonies of #D7DB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DB61

Black with #D7DB61

Text Example


Text Example

White with #D7DB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DB61; }

 p { color: rgb(215,219,97); }

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

background-color css

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

 a { background-color: rgb(215,219,97); }

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

border-color css

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

 span { border-color: rgb(215,219,97); }

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