Html Css Color HEX #DFCF74 Wild Rice

📋 copy color: '#DFCF74'

red 223 ◦ green 207 ◦ blue 116

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

Shades of Wild Rice #DFCF74

Tints of Wild Rice #DFCF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.91%

 BLUE value IS 116 (45.7% from 255) = 21.25%

R = 40.84%
G = 37.91%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFCF74 (or 0xDFCF74) is known color: Wild Rice. HEX triplet: DF, CF and 74. RGB value is (223,207,116). Sum of RGB (Red+Green+Blue) = 223+207+116=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF74 is #20308B. Grayscale: #C9C9C9. Windows color (decimal): -2109580 or 7655391. OLE color: 7655391.

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

Color convert

RGB 223 207 116 -
CMYK 0 0.07 0.48 0.13
HSL 51.03º 0.63% 0.66% -
HSV(B) 51.03º 0.48% 0.87% -
XYZ 55.9 61.57 25.46 -
YUV 201.41 79.8 143.4 -
System Red Green Blue C M Y K H S L
Decimal 223 207 116 0 0.07 0.48 0.13 51.03 0.63 0.66
Hex DF CF 74 0 7 30 D 33 3F 42
Octal 337 317 164 0 7 60 15 63 77 102
Binary 11011111 11001111 1110100 0 111 110000 1101 110011 111111 1000010

Color Harmonies of #DFCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF74

Black with #DFCF74

Text Example


Text Example

White with #DFCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF74; }

 p { color: rgb(223,207,116); }

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

background-color css

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

 a { background-color: rgb(223,207,116); }

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

border-color css

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

 span { border-color: rgb(223,207,116); }

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