Html Css Color HEX #D9CE68 Wild Rice

📋 copy color: '#D9CE68'

red 217 ◦ green 206 ◦ blue 104

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

Shades of Wild Rice #D9CE68

Tints of Wild Rice #D9CE68

RGB

 RED value IS 217 (85.16% from 255) = 41.18%

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

 BLUE value IS 104 (41.02% from 255) = 19.73%

R = 41.18%
G = 39.09%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9CE68 (or 0xD9CE68) is known color: Wild Rice. HEX triplet: D9, CE and 68. RGB value is (217,206,104). Sum of RGB (Red+Green+Blue) = 217+206+104=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE68 is #263197. Grayscale: #C6C6C6. Windows color (decimal): -2503064 or 6868697. OLE color: 6868697.

HSL color Cylindrical-coordinate representation of color #D9CE68: hue angle of 54.16º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9CE68 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 206 104 -
CMYK 0 0.05 0.52 0.15
HSL 54.16º 0.6% 0.63% -
HSV(B) 54.16º 0.52% 0.85% -
XYZ 53.19 59.89 21.85 -
YUV 197.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 217 206 104 0 0.05 0.52 0.15 54.16 0.6 0.63
Hex D9 CE 68 0 5 34 F 36 3C 3F
Octal 331 316 150 0 5 64 17 66 74 77
Binary 11011001 11001110 1101000 0 101 110100 1111 110110 111100 111111

Color Harmonies of #D9CE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CE68

Black with #D9CE68

Text Example


Text Example

White with #D9CE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CE68; }

 p { color: rgb(217,206,104); }

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

background-color css

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

 a { background-color: rgb(217,206,104); }

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

border-color css

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

 span { border-color: rgb(217,206,104); }

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