Html Css Color HEX #DFCE70 Wild Rice

📋 copy color: '#DFCE70'

red 223 ◦ green 206 ◦ blue 112

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

Shades of Wild Rice #DFCE70

Tints of Wild Rice #DFCE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.08%

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 41.22%
G = 38.08%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFCE70 (or 0xDFCE70) is known color: Wild Rice. HEX triplet: DF, CE and 70. RGB value is (223,206,112). Sum of RGB (Red+Green+Blue) = 223+206+112=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE70 is #20318F. Grayscale: #C8C8C8. Windows color (decimal): -2109840 or 7392991. OLE color: 7392991.

HSL color Cylindrical-coordinate representation of color #DFCE70: hue angle of 50.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFCE70 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 206 112 -
CMYK 0 0.08 0.50 0.13
HSL 50.81º 0.63% 0.66% -
HSV(B) 50.81º 0.5% 0.87% -
XYZ 55.43 61 24.18 -
YUV 200.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 223 206 112 0 0.08 0.50 0.13 50.81 0.63 0.66
Hex DF CE 70 0 8 32 D 33 3F 42
Octal 337 316 160 0 10 62 15 63 77 102
Binary 11011111 11001110 1110000 0 1000 110010 1101 110011 111111 1000010

Color Harmonies of #DFCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE70

Black with #DFCE70

Text Example


Text Example

White with #DFCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE70; }

 p { color: rgb(223,206,112); }

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

background-color css

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

 a { background-color: rgb(223,206,112); }

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

border-color css

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

 span { border-color: rgb(223,206,112); }

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