Html Css Color HEX #DFCC71 Wild Rice

📋 copy color: '#DFCC71'

red 223 ◦ green 204 ◦ blue 113

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

Shades of Wild Rice #DFCC71

Tints of Wild Rice #DFCC71

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.78%

 BLUE value IS 113 (44.53% from 255) = 20.93%

R = 41.3%
G = 37.78%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFCC71 (or 0xDFCC71) is known color: Wild Rice. HEX triplet: DF, CC and 71. RGB value is (223,204,113). Sum of RGB (Red+Green+Blue) = 223+204+113=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC71 is #20338E. Grayscale: #C7C7C7. Windows color (decimal): -2110351 or 7458015. OLE color: 7458015.

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

Color convert

RGB 223 204 113 -
CMYK 0 0.09 0.49 0.13
HSL 49.64º 0.63% 0.66% -
HSV(B) 49.64º 0.49% 0.87% -
XYZ 55 60.07 24.32 -
YUV 199.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 223 204 113 0 0.09 0.49 0.13 49.64 0.63 0.66
Hex DF CC 71 0 9 31 D 32 3F 42
Octal 337 314 161 0 11 61 15 62 77 102
Binary 11011111 11001100 1110001 0 1001 110001 1101 110010 111111 1000010

Color Harmonies of #DFCC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC71

Black with #DFCC71

Text Example


Text Example

White with #DFCC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC71; }

 p { color: rgb(223,204,113); }

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

background-color css

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

 a { background-color: rgb(223,204,113); }

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

border-color css

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

 span { border-color: rgb(223,204,113); }

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