Html Css Color HEX #D6D269 Goldenrod

📋 copy color: '#D6D269'

red 214 ◦ green 210 ◦ blue 105

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

Shades of Goldenrod #D6D269

Tints of Goldenrod #D6D269

RGB

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

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

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

R = 40.45%
G = 39.7%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6D269 (or 0xD6D269) is known color: Goldenrod. HEX triplet: D6, D2 and 69. RGB value is (214,210,105). Sum of RGB (Red+Green+Blue) = 214+210+105=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D269 is #292D96. Grayscale: #C7C7C7. Windows color (decimal): -2698647 or 6935254. OLE color: 6935254.

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

Color convert

RGB 214 210 105 -
CMYK 0 0.02 0.51 0.16
HSL 57.8º 0.57% 0.63% -
HSV(B) 57.8º 0.51% 0.84% -
XYZ 53.33 61.41 22.41 -
YUV 199.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 214 210 105 0 0.02 0.51 0.16 57.8 0.57 0.63
Hex D6 D2 69 0 2 33 10 3A 39 3F
Octal 326 322 151 0 2 63 20 72 71 77
Binary 11010110 11010010 1101001 0 10 110011 10000 111010 111001 111111

Color Harmonies of #D6D269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D269

Black with #D6D269

Text Example


Text Example

White with #D6D269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D269; }

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

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

background-color css

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

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

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

border-color css

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

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

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