Html Css Color HEX #DFD06A Wild Rice

📋 copy color: '#DFD06A'

red 223 ◦ green 208 ◦ blue 106

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

Shades of Wild Rice #DFD06A

Tints of Wild Rice #DFD06A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

 BLUE value IS 106 (41.8% from 255) = 19.74%

R = 41.53%
G = 38.73%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFD06A (or 0xDFD06A) is known color: Wild Rice. HEX triplet: DF, D0 and 6A. RGB value is (223,208,106). Sum of RGB (Red+Green+Blue) = 223+208+106=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD06A is #202F95. Grayscale: #C9C9C9. Windows color (decimal): -2109334 or 7000287. OLE color: 7000287.

HSL color Cylindrical-coordinate representation of color #DFD06A: hue angle of 52.31º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFD06A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 208 106 -
CMYK 0 0.07 0.52 0.13
HSL 52.31º 0.65% 0.65% -
HSV(B) 52.31º 0.52% 0.87% -
XYZ 55.59 61.84 22.64 -
YUV 200.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 223 208 106 0 0.07 0.52 0.13 52.31 0.65 0.65
Hex DF D0 6A 0 7 34 D 34 41 41
Octal 337 320 152 0 7 64 15 64 101 101
Binary 11011111 11010000 1101010 0 111 110100 1101 110100 1000001 1000001

Color Harmonies of #DFD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD06A

Black with #DFD06A

Text Example


Text Example

White with #DFD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD06A; }

 p { color: rgb(223,208,106); }

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

background-color css

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

 a { background-color: rgb(223,208,106); }

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

border-color css

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

 span { border-color: rgb(223,208,106); }

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