Html Css Color HEX #DBCC70 Wild Rice

📋 copy color: '#DBCC70'

red 219 ◦ green 204 ◦ blue 112

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

Shades of Wild Rice #DBCC70

Tints of Wild Rice #DBCC70

RGB

 RED value IS 219 (85.94% from 255) = 40.93%

 GREEN value IS 204 (80.08% from 255) = 38.13%

 BLUE value IS 112 (44.14% from 255) = 20.93%

R = 40.93%
G = 38.13%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBCC70 (or 0xDBCC70) is known color: Wild Rice. HEX triplet: DB, CC and 70. RGB value is (219,204,112). Sum of RGB (Red+Green+Blue) = 219+204+112=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC70 is #24338F. Grayscale: #C6C6C6. Windows color (decimal): -2372496 or 7392475. OLE color: 7392475.

HSL color Cylindrical-coordinate representation of color #DBCC70: hue angle of 51.59º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBCC70 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 204 112 -
CMYK 0 0.07 0.49 0.14
HSL 51.59º 0.6% 0.65% -
HSV(B) 51.59º 0.49% 0.86% -
XYZ 53.73 59.42 23.97 -
YUV 198 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 219 204 112 0 0.07 0.49 0.14 51.59 0.6 0.65
Hex DB CC 70 0 7 31 E 34 3C 41
Octal 333 314 160 0 7 61 16 64 74 101
Binary 11011011 11001100 1110000 0 111 110001 1110 110100 111100 1000001

Color Harmonies of #DBCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC70

Black with #DBCC70

Text Example


Text Example

White with #DBCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC70; }

 p { color: rgb(219,204,112); }

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

background-color css

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

 a { background-color: rgb(219,204,112); }

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

border-color css

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

 span { border-color: rgb(219,204,112); }

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