Html Css Color HEX #D9CE67 Wild Rice

📋 copy color: '#D9CE67'

red 217 ◦ green 206 ◦ blue 103

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

Shades of Wild Rice #D9CE67

Tints of Wild Rice #D9CE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.58%

R = 41.25%
G = 39.16%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9CE67 (or 0xD9CE67) is known color: Wild Rice. HEX triplet: D9, CE and 67. RGB value is (217,206,103). Sum of RGB (Red+Green+Blue) = 217+206+103=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE67 is #263198. Grayscale: #C5C5C5. Windows color (decimal): -2503065 or 6803161. OLE color: 6803161.

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

Color convert

RGB 217 206 103 -
CMYK 0 0.05 0.53 0.15
HSL 54.21º 0.6% 0.63% -
HSV(B) 54.21º 0.53% 0.85% -
XYZ 53.13 59.87 21.59 -
YUV 197.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 217 206 103 0 0.05 0.53 0.15 54.21 0.6 0.63
Hex D9 CE 67 0 5 35 F 36 3C 3F
Octal 331 316 147 0 5 65 17 66 74 77
Binary 11011001 11001110 1100111 0 101 110101 1111 110110 111100 111111

Color Harmonies of #D9CE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CE67

Black with #D9CE67

Text Example


Text Example

White with #D9CE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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