Html Css Color HEX #DFCE6B Wild Rice

📋 copy color: '#DFCE6B'

red 223 ◦ green 206 ◦ blue 107

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

Shades of Wild Rice #DFCE6B

Tints of Wild Rice #DFCE6B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.43%

 BLUE value IS 107 (42.19% from 255) = 19.96%

R = 41.6%
G = 38.43%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFCE6B (or 0xDFCE6B) is known color: Wild Rice. HEX triplet: DF, CE and 6B. RGB value is (223,206,107). Sum of RGB (Red+Green+Blue) = 223+206+107=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE6B is #203194. Grayscale: #C8C8C8. Windows color (decimal): -2109845 or 7065311. OLE color: 7065311.

HSL color Cylindrical-coordinate representation of color #DFCE6B: hue angle of 51.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFCE6B is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 206 107 -
CMYK 0 0.08 0.52 0.13
HSL 51.21º 0.64% 0.65% -
HSV(B) 51.21º 0.52% 0.87% -
XYZ 55.16 60.89 22.76 -
YUV 199.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 223 206 107 0 0.08 0.52 0.13 51.21 0.64 0.65
Hex DF CE 6B 0 8 34 D 33 40 41
Octal 337 316 153 0 10 64 15 63 100 101
Binary 11011111 11001110 1101011 0 1000 110100 1101 110011 1000000 1000001

Color Harmonies of #DFCE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE6B

Black with #DFCE6B

Text Example


Text Example

White with #DFCE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE6B; }

 p { color: rgb(223,206,107); }

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

background-color css

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

 a { background-color: rgb(223,206,107); }

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

border-color css

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

 span { border-color: rgb(223,206,107); }

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