Html Css Color HEX #DBCD6A Wild Rice

📋 copy color: '#DBCD6A'

red 219 ◦ green 205 ◦ blue 106

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

Shades of Wild Rice #DBCD6A

Tints of Wild Rice #DBCD6A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.68%

 BLUE value IS 106 (41.8% from 255) = 20%

R = 41.32%
G = 38.68%
B = 20%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DBCD6A (or 0xDBCD6A) is known color: Wild Rice. HEX triplet: DB, CD and 6A. RGB value is (219,205,106). Sum of RGB (Red+Green+Blue) = 219+205+106=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD6A is #243295. Grayscale: #C6C6C6. Windows color (decimal): -2372246 or 6999515. OLE color: 6999515.

HSL color Cylindrical-coordinate representation of color #DBCD6A: hue angle of 52.57º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBCD6A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 106 -
CMYK 0 0.06 0.52 0.14
HSL 52.57º 0.61% 0.64% -
HSV(B) 52.57º 0.52% 0.86% -
XYZ 53.65 59.76 22.34 -
YUV 197.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 219 205 106 0 0.06 0.52 0.14 52.57 0.61 0.64
Hex DB CD 6A 0 6 34 E 35 3D 40
Octal 333 315 152 0 6 64 16 65 75 100
Binary 11011011 11001101 1101010 0 110 110100 1110 110101 111101 1000000

Color Harmonies of #DBCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD6A

Black with #DBCD6A

Text Example


Text Example

White with #DBCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD6A; }

 p { color: rgb(219,205,106); }

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

background-color css

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

 a { background-color: rgb(219,205,106); }

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

border-color css

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

 span { border-color: rgb(219,205,106); }

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