Html Css Color HEX #D5CB71 Wild Rice

📋 copy color: '#D5CB71'

red 213 ◦ green 203 ◦ blue 113

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

Shades of Wild Rice #D5CB71

Tints of Wild Rice #D5CB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.36%

R = 40.26%
G = 38.37%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5CB71 (or 0xD5CB71) is known color: Wild Rice. HEX triplet: D5, CB and 71. RGB value is (213,203,113). Sum of RGB (Red+Green+Blue) = 213+203+113=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB71 is #2A348E. Grayscale: #C4C4C4. Windows color (decimal): -2765967 or 7457749. OLE color: 7457749.

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

Color convert

RGB 213 203 113 -
CMYK 0 0.05 0.47 0.16
HSL 54º 0.54% 0.64% -
HSV(B) 54º 0.47% 0.84% -
XYZ 51.78 58.05 24.1 -
YUV 195.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 213 203 113 0 0.05 0.47 0.16 54 0.54 0.64
Hex D5 CB 71 0 5 2F 10 36 36 40
Octal 325 313 161 0 5 57 20 66 66 100
Binary 11010101 11001011 1110001 0 101 101111 10000 110110 110110 1000000

Color Harmonies of #D5CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB71

Black with #D5CB71

Text Example


Text Example

White with #D5CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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