Html Css Color HEX #D8D264 Goldenrod

📋 copy color: '#D8D264'

red 216 ◦ green 210 ◦ blue 100

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

Shades of Goldenrod #D8D264

Tints of Goldenrod #D8D264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.01%

R = 41.06%
G = 39.92%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8D264 (or 0xD8D264) is known color: Goldenrod. HEX triplet: D8, D2 and 64. RGB value is (216,210,100). Sum of RGB (Red+Green+Blue) = 216+210+100=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D264 is #272D9B. Grayscale: #C7C7C7. Windows color (decimal): -2567580 or 6607576. OLE color: 6607576.

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

Color convert

RGB 216 210 100 -
CMYK 0 0.03 0.54 0.15
HSL 56.9º 0.6% 0.62% -
HSV(B) 56.9º 0.54% 0.85% -
XYZ 53.67 61.61 21.12 -
YUV 199.25 71.99 139.94 -
System Red Green Blue C M Y K H S L
Decimal 216 210 100 0 0.03 0.54 0.15 56.9 0.6 0.62
Hex D8 D2 64 0 3 36 F 39 3C 3E
Octal 330 322 144 0 3 66 17 71 74 76
Binary 11011000 11010010 1100100 0 11 110110 1111 111001 111100 111110

Color Harmonies of #D8D264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D264

Black with #D8D264

Text Example


Text Example

White with #D8D264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D264; }

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

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

background-color css

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

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

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

border-color css

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

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

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