Html Css Color HEX #D1D267 Goldenrod

📋 copy color: '#D1D267'

red 209 ◦ green 210 ◦ blue 103

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

Shades of Goldenrod #D1D267

Tints of Goldenrod #D1D267

RGB

 RED value IS 209 (82.03% from 255) = 40.04%

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

 BLUE value IS 103 (40.63% from 255) = 19.73%

R = 40.04%
G = 40.23%
B = 19.73%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D1D267 (or 0xD1D267) is known color: Goldenrod. HEX triplet: D1, D2 and 67. RGB value is (209,210,103). Sum of RGB (Red+Green+Blue) = 209+210+103=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D267 is #2E2D98. Grayscale: #C5C5C5. Windows color (decimal): -3026329 or 6804177. OLE color: 6804177.

HSL color Cylindrical-coordinate representation of color #D1D267: hue angle of 60.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1D267 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 210 103 -
CMYK 0.00 0 0.51 0.18
HSL 60.56º 0.54% 0.61% -
HSV(B) 60.56º 0.51% 0.82% -
XYZ 51.79 60.63 21.8 -
YUV 197.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 209 210 103 0.00 0 0.51 0.18 60.56 0.54 0.61
Hex D1 D2 67 0 0 33 12 3D 36 3D
Octal 321 322 147 0 0 63 22 75 66 75
Binary 11010001 11010010 1100111 0 0 110011 10010 111101 110110 111101

Color Harmonies of #D1D267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D267

Black with #D1D267

Text Example


Text Example

White with #D1D267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D267; }

 p { color: rgb(209,210,103); }

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

background-color css

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

 a { background-color: rgb(209,210,103); }

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

border-color css

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

 span { border-color: rgb(209,210,103); }

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