Html Css Color HEX #DBCF6C Wild Rice

📋 copy color: '#DBCF6C'

red 219 ◦ green 207 ◦ blue 108

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

Shades of Wild Rice #DBCF6C

Tints of Wild Rice #DBCF6C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.76%

 BLUE value IS 108 (42.58% from 255) = 20.22%

R = 41.01%
G = 38.76%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBCF6C (or 0xDBCF6C) is known color: Wild Rice. HEX triplet: DB, CF and 6C. RGB value is (219,207,108). Sum of RGB (Red+Green+Blue) = 219+207+108=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF6C is #243093. Grayscale: #C7C7C7. Windows color (decimal): -2371732 or 7131099. OLE color: 7131099.

HSL color Cylindrical-coordinate representation of color #DBCF6C: hue angle of 53.51º 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 #DBCF6C is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 108 -
CMYK 0 0.05 0.51 0.14
HSL 53.51º 0.61% 0.64% -
HSV(B) 53.51º 0.51% 0.86% -
XYZ 54.23 60.77 23.06 -
YUV 199.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 219 207 108 0 0.05 0.51 0.14 53.51 0.61 0.64
Hex DB CF 6C 0 5 33 E 36 3D 40
Octal 333 317 154 0 5 63 16 66 75 100
Binary 11011011 11001111 1101100 0 101 110011 1110 110110 111101 1000000

Color Harmonies of #DBCF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF6C

Black with #DBCF6C

Text Example


Text Example

White with #DBCF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF6C; }

 p { color: rgb(219,207,108); }

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

background-color css

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

 a { background-color: rgb(219,207,108); }

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

border-color css

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

 span { border-color: rgb(219,207,108); }

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