Html Css Color HEX #D8CF74 Wild Rice

📋 copy color: '#D8CF74'

red 216 ◦ green 207 ◦ blue 116

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

Shades of Wild Rice #D8CF74

Tints of Wild Rice #D8CF74

RGB

 RED value IS 216 (84.77% from 255) = 40.07%

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

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

R = 40.07%
G = 38.4%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8CF74 (or 0xD8CF74) is known color: Wild Rice. HEX triplet: D8, CF and 74. RGB value is (216,207,116). Sum of RGB (Red+Green+Blue) = 216+207+116=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF74 is #27308B. Grayscale: #C7C7C7. Windows color (decimal): -2568332 or 7655384. OLE color: 7655384.

HSL color Cylindrical-coordinate representation of color #D8CF74: hue angle of 54.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8CF74 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 207 116 -
CMYK 0 0.04 0.46 0.15
HSL 54.6º 0.56% 0.65% -
HSV(B) 54.6º 0.46% 0.85% -
XYZ 53.78 60.49 25.36 -
YUV 199.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 216 207 116 0 0.04 0.46 0.15 54.6 0.56 0.65
Hex D8 CF 74 0 4 2E F 37 38 41
Octal 330 317 164 0 4 56 17 67 70 101
Binary 11011000 11001111 1110100 0 100 101110 1111 110111 111000 1000001

Color Harmonies of #D8CF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF74

Black with #D8CF74

Text Example


Text Example

White with #D8CF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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