Html Css Color HEX #D7D068 Goldenrod

📋 copy color: '#D7D068'

red 215 ◦ green 208 ◦ blue 104

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

Shades of Goldenrod #D7D068

Tints of Goldenrod #D7D068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.47%

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

R = 40.8%
G = 39.47%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D7D068 (or 0xD7D068) is known color: Goldenrod. HEX triplet: D7, D0 and 68. RGB value is (215,208,104). Sum of RGB (Red+Green+Blue) = 215+208+104=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D068 is #282F97. Grayscale: #C6C6C6. Windows color (decimal): -2633624 or 6869207. OLE color: 6869207.

HSL color Cylindrical-coordinate representation of color #D7D068: hue angle of 56.22º 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 #D7D068 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 208 104 -
CMYK 0 0.03 0.52 0.16
HSL 56.22º 0.58% 0.63% -
HSV(B) 56.22º 0.52% 0.84% -
XYZ 53.08 60.56 21.99 -
YUV 198.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 215 208 104 0 0.03 0.52 0.16 56.22 0.58 0.63
Hex D7 D0 68 0 3 34 10 38 3A 3F
Octal 327 320 150 0 3 64 20 70 72 77
Binary 11010111 11010000 1101000 0 11 110100 10000 111000 111010 111111

Color Harmonies of #D7D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D068

Black with #D7D068

Text Example


Text Example

White with #D7D068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D068; }

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

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

background-color css

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

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

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

border-color css

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

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

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