#dccf67

Color #DCCF67 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #DCCF67

Tints of Wild Rice #DCCF67

Color information

#DCCF67 (or 0xDCCF67) is unknown color: approx Wild Rice. HEX triplet: DC, CF and 67. RGB value is (220,207,103). Sum of RGB (Red+Green+Blue) = 220+207+103=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF67 is #233098. Grayscale: #C7C7C7. Windows color (decimal): -2306201 or 6803420. OLE color: 6803420.

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

Color convert

RGB220207103-
CMYK00.060.530.14
HSL53.33º62.57%63.33%-
HSV(B)53.33º53.18%86.27%-
XYZ54.2860.8221.71-
YUV199.0373.81142.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 103 (40.62% from 255) = 19.43%
R=41.51%
G=39.06%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020710300.060.530.1453.3362.5763.33
HexDCCF670635E353f3f
Octal334317147066516657777
Binary1101110011001111110011101101101011110110101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dccf67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dccf67; }

 p { color: rgb(220,207,103); }

 H1.HeaderClassName
 {
   color: #dccf67;
 }
 .AnyTagClassName
 {
   color: #dccf67;
 }
</style>
background-color css

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

 a { background-color: rgb(220,207,103); }

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

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

 span { border-color: rgb(220,207,103); }

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