Html Css Color HEX #D7D268 Goldenrod

📋 copy color: '#D7D268'

red 215 ◦ green 210 ◦ blue 104

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

Shades of Goldenrod #D7D268

Tints of Goldenrod #D7D268

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

 BLUE value IS 104 (41.02% from 255) = 19.66%

R = 40.64%
G = 39.7%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D7D268 (or 0xD7D268) is known color: Goldenrod. HEX triplet: D7, D2 and 68. RGB value is (215,210,104). Sum of RGB (Red+Green+Blue) = 215+210+104=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D268 is #282D97. Grayscale: #C7C7C7. Windows color (decimal): -2633112 or 6869719. OLE color: 6869719.

HSL color Cylindrical-coordinate representation of color #D7D268: hue angle of 57.3º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7D268 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 210 104 -
CMYK 0 0.02 0.52 0.16
HSL 57.3º 0.58% 0.63% -
HSV(B) 57.3º 0.52% 0.84% -
XYZ 53.57 61.54 22.15 -
YUV 199.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 215 210 104 0 0.02 0.52 0.16 57.3 0.58 0.63
Hex D7 D2 68 0 2 34 10 39 3A 3F
Octal 327 322 150 0 2 64 20 71 72 77
Binary 11010111 11010010 1101000 0 10 110100 10000 111001 111010 111111

Color Harmonies of #D7D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D268

Black with #D7D268

Text Example


Text Example

White with #D7D268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D268; }

 p { color: rgb(215,210,104); }

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

background-color css

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

 a { background-color: rgb(215,210,104); }

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

border-color css

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

 span { border-color: rgb(215,210,104); }

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