Html Css Color HEX #DFCF78 Wild Rice

📋 copy color: '#DFCF78'

red 223 ◦ green 207 ◦ blue 120

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

Shades of Wild Rice #DFCF78

Tints of Wild Rice #DFCF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.82%

R = 40.55%
G = 37.64%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DFCF78 (or 0xDFCF78) is known color: Wild Rice. HEX triplet: DF, CF and 78. RGB value is (223,207,120). Sum of RGB (Red+Green+Blue) = 223+207+120=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF78 is #203087. Grayscale: #CACACA. Windows color (decimal): -2109576 or 7917535. OLE color: 7917535.

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

Color convert

RGB 223 207 120 -
CMYK 0 0.07 0.46 0.13
HSL 50.68º 0.62% 0.67% -
HSV(B) 50.68º 0.46% 0.87% -
XYZ 56.13 61.67 26.71 -
YUV 201.87 81.8 143.07 -
System Red Green Blue C M Y K H S L
Decimal 223 207 120 0 0.07 0.46 0.13 50.68 0.62 0.67
Hex DF CF 78 0 7 2E D 33 3E 43
Octal 337 317 170 0 7 56 15 63 76 103
Binary 11011111 11001111 1111000 0 111 101110 1101 110011 111110 1000011

Color Harmonies of #DFCF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF78

Black with #DFCF78

Text Example


Text Example

White with #DFCF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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