Html Css Color HEX #D5CB74 Wild Rice

📋 copy color: '#D5CB74'

red 213 ◦ green 203 ◦ blue 116

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

Shades of Wild Rice #D5CB74

Tints of Wild Rice #D5CB74

RGB

 RED value IS 213 (83.59% from 255) = 40.04%

 GREEN value IS 203 (79.69% from 255) = 38.16%

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

R = 40.04%
G = 38.16%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5CB74 (or 0xD5CB74) is known color: Wild Rice. HEX triplet: D5, CB and 74. RGB value is (213,203,116). Sum of RGB (Red+Green+Blue) = 213+203+116=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB74 is #2A348B. Grayscale: #C4C4C4. Windows color (decimal): -2765964 or 7654357. OLE color: 7654357.

HSL color Cylindrical-coordinate representation of color #D5CB74: hue angle of 53.81º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5CB74 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 203 116 -
CMYK 0 0.05 0.46 0.16
HSL 53.81º 0.54% 0.65% -
HSV(B) 53.81º 0.46% 0.84% -
XYZ 51.95 58.12 25 -
YUV 196.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 213 203 116 0 0.05 0.46 0.16 53.81 0.54 0.65
Hex D5 CB 74 0 5 2E 10 36 36 41
Octal 325 313 164 0 5 56 20 66 66 101
Binary 11010101 11001011 1110100 0 101 101110 10000 110110 110110 1000001

Color Harmonies of #D5CB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB74

Black with #D5CB74

Text Example


Text Example

White with #D5CB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB74; }

 p { color: rgb(213,203,116); }

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

background-color css

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

 a { background-color: rgb(213,203,116); }

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

border-color css

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

 span { border-color: rgb(213,203,116); }

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