Html Css Color HEX #DFCD70 Wild Rice

📋 copy color: '#DFCD70'

red 223 ◦ green 205 ◦ blue 112

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

Shades of Wild Rice #DFCD70

Tints of Wild Rice #DFCD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.96%

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

R = 41.3%
G = 37.96%
B = 20.74%

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

#DFCD70 (or 0xDFCD70) is known color: Wild Rice. HEX triplet: DF, CD and 70. RGB value is (223,205,112). Sum of RGB (Red+Green+Blue) = 223+205+112=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD70 is #20328F. Grayscale: #C8C8C8. Windows color (decimal): -2110096 or 7392735. OLE color: 7392735.

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

Color convert

RGB 223 205 112 -
CMYK 0 0.08 0.50 0.13
HSL 50.27º 0.63% 0.66% -
HSV(B) 50.27º 0.5% 0.87% -
XYZ 55.19 60.52 24.1 -
YUV 199.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 223 205 112 0 0.08 0.50 0.13 50.27 0.63 0.66
Hex DF CD 70 0 8 32 D 32 3F 42
Octal 337 315 160 0 10 62 15 62 77 102
Binary 11011111 11001101 1110000 0 1000 110010 1101 110010 111111 1000010

Color Harmonies of #DFCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD70

Black with #DFCD70

Text Example


Text Example

White with #DFCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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