Html Css Color HEX #D6D55F Goldenrod

📋 copy color: '#D6D55F'

red 214 ◦ green 213 ◦ blue 95

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

Shades of Goldenrod #D6D55F

Tints of Goldenrod #D6D55F

RGB

 RED value IS 214 (83.98% from 255) = 41%

 GREEN value IS 213 (83.59% from 255) = 40.8%

 BLUE value IS 95 (37.5% from 255) = 18.2%

R = 41%
G = 40.8%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6D55F (or 0xD6D55F) is known color: Goldenrod. HEX triplet: D6, D5 and 5F. RGB value is (214,213,95). Sum of RGB (Red+Green+Blue) = 214+213+95=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D55F is #292AA0. Grayscale: #C8C8C8. Windows color (decimal): -2697889 or 6280662. OLE color: 6280662.

HSL color Cylindrical-coordinate representation of color #D6D55F: hue angle of 59.5º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6D55F is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 213 95 -
CMYK 0 0.00 0.56 0.16
HSL 59.5º 0.59% 0.61% -
HSV(B) 59.5º 0.56% 0.84% -
XYZ 53.59 62.71 20.11 -
YUV 199.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 214 213 95 0 0.00 0.56 0.16 59.5 0.59 0.61
Hex D6 D5 5F 0 0 38 10 3B 3B 3D
Octal 326 325 137 0 0 70 20 73 73 75
Binary 11010110 11010101 1011111 0 0 111000 10000 111011 111011 111101

Color Harmonies of #D6D55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D55F

Black with #D6D55F

Text Example


Text Example

White with #D6D55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D55F; }

 p { color: rgb(214,213,95); }

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

background-color css

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

 a { background-color: rgb(214,213,95); }

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

border-color css

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

 span { border-color: rgb(214,213,95); }

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