Html Css Color HEX #DFD069 Wild Rice

📋 copy color: '#DFD069'

red 223 ◦ green 208 ◦ blue 105

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

Shades of Wild Rice #DFD069

Tints of Wild Rice #DFD069

RGB

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

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

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

R = 41.6%
G = 38.81%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFD069 (or 0xDFD069) is known color: Wild Rice. HEX triplet: DF, D0 and 69. RGB value is (223,208,105). Sum of RGB (Red+Green+Blue) = 223+208+105=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD069 is #202F96. Grayscale: #C9C9C9. Windows color (decimal): -2109335 or 6934751. OLE color: 6934751.

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

Color convert

RGB 223 208 105 -
CMYK 0 0.07 0.53 0.13
HSL 52.37º 0.65% 0.64% -
HSV(B) 52.37º 0.53% 0.87% -
XYZ 55.54 61.82 22.37 -
YUV 200.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 223 208 105 0 0.07 0.53 0.13 52.37 0.65 0.64
Hex DF D0 69 0 7 35 D 34 41 40
Octal 337 320 151 0 7 65 15 64 101 100
Binary 11011111 11010000 1101001 0 111 110101 1101 110100 1000001 1000000

Color Harmonies of #DFD069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD069

Black with #DFD069

Text Example


Text Example

White with #DFD069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD069; }

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

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

background-color css

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

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

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

border-color css

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

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

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