Html Css Color HEX #DFD068 Wild Rice

📋 copy color: '#DFD068'

red 223 ◦ green 208 ◦ blue 104

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

Shades of Wild Rice #DFD068

Tints of Wild Rice #DFD068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.44%

R = 41.68%
G = 38.88%
B = 19.44%

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

#DFD068 (or 0xDFD068) is known color: Wild Rice. HEX triplet: DF, D0 and 68. RGB value is (223,208,104). Sum of RGB (Red+Green+Blue) = 223+208+104=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD068 is #202F97. Grayscale: #C9C9C9. Windows color (decimal): -2109336 or 6869215. OLE color: 6869215.

HSL color Cylindrical-coordinate representation of color #DFD068: hue angle of 52.44º 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 #DFD068 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 208 104 -
CMYK 0 0.07 0.53 0.13
HSL 52.44º 0.65% 0.64% -
HSV(B) 52.44º 0.53% 0.87% -
XYZ 55.49 61.8 22.1 -
YUV 200.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 223 208 104 0 0.07 0.53 0.13 52.44 0.65 0.64
Hex DF D0 68 0 7 35 D 34 41 40
Octal 337 320 150 0 7 65 15 64 101 100
Binary 11011111 11010000 1101000 0 111 110101 1101 110100 1000001 1000000

Color Harmonies of #DFD068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD068

Black with #DFD068

Text Example


Text Example

White with #DFD068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD068; }

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

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

background-color css

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

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

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

border-color css

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

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

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