Html Css Color HEX #D8D269 Goldenrod

📋 copy color: '#D8D269'

red 216 ◦ green 210 ◦ blue 105

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

Shades of Goldenrod #D8D269

Tints of Goldenrod #D8D269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.77%

R = 40.68%
G = 39.55%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8D269 (or 0xD8D269) is known color: Goldenrod. HEX triplet: D8, D2 and 69. RGB value is (216,210,105). Sum of RGB (Red+Green+Blue) = 216+210+105=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D269 is #272D96. Grayscale: #C8C8C8. Windows color (decimal): -2567575 or 6935256. OLE color: 6935256.

HSL color Cylindrical-coordinate representation of color #D8D269: hue angle of 56.76º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8D269 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 210 105 -
CMYK 0 0.03 0.51 0.15
HSL 56.76º 0.59% 0.63% -
HSV(B) 56.76º 0.51% 0.85% -
XYZ 53.92 61.71 22.43 -
YUV 199.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 216 210 105 0 0.03 0.51 0.15 56.76 0.59 0.63
Hex D8 D2 69 0 3 33 F 39 3B 3F
Octal 330 322 151 0 3 63 17 71 73 77
Binary 11011000 11010010 1101001 0 11 110011 1111 111001 111011 111111

Color Harmonies of #D8D269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D269

Black with #D8D269

Text Example


Text Example

White with #D8D269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D269; }

 p { color: rgb(216,210,105); }

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

background-color css

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

 a { background-color: rgb(216,210,105); }

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

border-color css

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

 span { border-color: rgb(216,210,105); }

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