Html Css Color HEX #D6D263 Goldenrod

📋 copy color: '#D6D263'

red 214 ◦ green 210 ◦ blue 99

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

Shades of Goldenrod #D6D263

Tints of Goldenrod #D6D263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.93%

R = 40.92%
G = 40.15%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6D263 (or 0xD6D263) is known color: Goldenrod. HEX triplet: D6, D2 and 63. RGB value is (214,210,99). Sum of RGB (Red+Green+Blue) = 214+210+99=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D263 is #292D9C. Grayscale: #C6C6C6. Windows color (decimal): -2698653 or 6542038. OLE color: 6542038.

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

Color convert

RGB 214 210 99 -
CMYK 0 0.02 0.54 0.16
HSL 57.91º 0.58% 0.61% -
HSV(B) 57.91º 0.54% 0.84% -
XYZ 53.03 61.29 20.84 -
YUV 198.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 214 210 99 0 0.02 0.54 0.16 57.91 0.58 0.61
Hex D6 D2 63 0 2 36 10 3A 3A 3D
Octal 326 322 143 0 2 66 20 72 72 75
Binary 11010110 11010010 1100011 0 10 110110 10000 111010 111010 111101

Color Harmonies of #D6D263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D263

Black with #D6D263

Text Example


Text Example

White with #D6D263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D263; }

 p { color: rgb(214,210,99); }

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

background-color css

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

 a { background-color: rgb(214,210,99); }

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

border-color css

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

 span { border-color: rgb(214,210,99); }

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