Html Css Color HEX #DFCC75 Wild Rice

📋 copy color: '#DFCC75'

red 223 ◦ green 204 ◦ blue 117

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

Shades of Wild Rice #DFCC75

Tints of Wild Rice #DFCC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 40.99%
G = 37.5%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFCC75 (or 0xDFCC75) is known color: Wild Rice. HEX triplet: DF, CC and 75. RGB value is (223,204,117). Sum of RGB (Red+Green+Blue) = 223+204+117=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC75 is #20338A. Grayscale: #C8C8C8. Windows color (decimal): -2110347 or 7720159. OLE color: 7720159.

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

Color convert

RGB 223 204 117 -
CMYK 0 0.09 0.48 0.13
HSL 49.25º 0.62% 0.67% -
HSV(B) 49.25º 0.48% 0.87% -
XYZ 55.24 60.16 25.53 -
YUV 199.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 223 204 117 0 0.09 0.48 0.13 49.25 0.62 0.67
Hex DF CC 75 0 9 30 D 31 3E 43
Octal 337 314 165 0 11 60 15 61 76 103
Binary 11011111 11001100 1110101 0 1001 110000 1101 110001 111110 1000011

Color Harmonies of #DFCC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC75

Black with #DFCC75

Text Example


Text Example

White with #DFCC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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