Html Css Color HEX #DBCD6B Wild Rice

📋 copy color: '#DBCD6B'

red 219 ◦ green 205 ◦ blue 107

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

Shades of Wild Rice #DBCD6B

Tints of Wild Rice #DBCD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.15%

R = 41.24%
G = 38.61%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBCD6B (or 0xDBCD6B) is known color: Wild Rice. HEX triplet: DB, CD and 6B. RGB value is (219,205,107). Sum of RGB (Red+Green+Blue) = 219+205+107=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD6B is #243294. Grayscale: #C6C6C6. Windows color (decimal): -2372245 or 7065051. OLE color: 7065051.

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

Color convert

RGB 219 205 107 -
CMYK 0 0.06 0.51 0.14
HSL 52.5º 0.61% 0.64% -
HSV(B) 52.5º 0.51% 0.86% -
XYZ 53.7 59.78 22.62 -
YUV 198.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 219 205 107 0 0.06 0.51 0.14 52.5 0.61 0.64
Hex DB CD 6B 0 6 33 E 34 3D 40
Octal 333 315 153 0 6 63 16 64 75 100
Binary 11011011 11001101 1101011 0 110 110011 1110 110100 111101 1000000

Color Harmonies of #DBCD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD6B

Black with #DBCD6B

Text Example


Text Example

White with #DBCD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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