Html Css Color HEX #DFD27D Wild Rice

📋 copy color: '#DFD27D'

red 223 ◦ green 210 ◦ blue 125

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

Shades of Wild Rice #DFD27D

Tints of Wild Rice #DFD27D

RGB

 RED value IS 223 (87.5% from 255) = 39.96%

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

 BLUE value IS 125 (49.22% from 255) = 22.4%

R = 39.96%
G = 37.63%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFD27D (or 0xDFD27D) is known color: Wild Rice. HEX triplet: DF, D2 and 7D. RGB value is (223,210,125). Sum of RGB (Red+Green+Blue) = 223+210+125=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD27D is #202D82. Grayscale: #CCCCCC. Windows color (decimal): -2108803 or 8245983. OLE color: 8245983.

HSL color Cylindrical-coordinate representation of color #DFD27D: hue angle of 52.04º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFD27D is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 210 125 -
CMYK 0 0.06 0.44 0.13
HSL 52.04º 0.6% 0.68% -
HSV(B) 52.04º 0.44% 0.87% -
XYZ 57.18 63.26 28.6 -
YUV 204.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 223 210 125 0 0.06 0.44 0.13 52.04 0.6 0.68
Hex DF D2 7D 0 6 2C D 34 3C 44
Octal 337 322 175 0 6 54 15 64 74 104
Binary 11011111 11010010 1111101 0 110 101100 1101 110100 111100 1000100

Color Harmonies of #DFD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD27D

Black with #DFD27D

Text Example


Text Example

White with #DFD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD27D; }

 p { color: rgb(223,210,125); }

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

background-color css

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

 a { background-color: rgb(223,210,125); }

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

border-color css

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

 span { border-color: rgb(223,210,125); }

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