Html Css Color HEX #DCCF2E Wattle

📋 copy color: '#DCCF2E'

red 220 ◦ green 207 ◦ blue 46

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

Shades of Wattle #DCCF2E

Tints of Wattle #DCCF2E

RGB

 RED value IS 220 (86.33% from 255) = 46.51%

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

 BLUE value IS 46 (18.36% from 255) = 9.73%

R = 46.51%
G = 43.76%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCCF2E (or 0xDCCF2E) is known color: Wattle. HEX triplet: DC, CF and 2E. RGB value is (220,207,46). Sum of RGB (Red+Green+Blue) = 220+207+46=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF2E is #2330D1. Grayscale: #C1C1C1. Windows color (decimal): -2306258 or 3067868. OLE color: 3067868.

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

Color convert

RGB 220 207 46 -
CMYK 0 0.06 0.79 0.14
HSL 55.52º 0.71% 0.52% -
HSV(B) 55.52º 0.79% 0.86% -
XYZ 52.32 60.04 11.42 -
YUV 192.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 220 207 46 0 0.06 0.79 0.14 55.52 0.71 0.52
Hex DC CF 2E 0 6 4F E 38 47 34
Octal 334 317 56 0 6 117 16 70 107 64
Binary 11011100 11001111 101110 0 110 1001111 1110 111000 1000111 110100

Color Harmonies of #DCCF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF2E

Black with #DCCF2E

Text Example


Text Example

White with #DCCF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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