Html Css Color HEX #DCCE3E Wattle

📋 copy color: '#DCCE3E'

red 220 ◦ green 206 ◦ blue 62

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

Shades of Wattle #DCCE3E

Tints of Wattle #DCCE3E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.21%

 BLUE value IS 62 (24.61% from 255) = 12.7%

R = 45.08%
G = 42.21%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCCE3E (or 0xDCCE3E) is known color: Wattle. HEX triplet: DC, CE and 3E. RGB value is (220,206,62). Sum of RGB (Red+Green+Blue) = 220+206+62=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE3E is #2331C1. Grayscale: #C2C2C2. Windows color (decimal): -2306498 or 4116188. OLE color: 4116188.

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

Color convert

RGB 220 206 62 -
CMYK 0 0.06 0.72 0.14
HSL 54.68º 0.69% 0.55% -
HSV(B) 54.68º 0.72% 0.86% -
XYZ 52.46 59.71 13.32 -
YUV 193.77 53.64 146.71 -
System Red Green Blue C M Y K H S L
Decimal 220 206 62 0 0.06 0.72 0.14 54.68 0.69 0.55
Hex DC CE 3E 0 6 48 E 37 45 37
Octal 334 316 76 0 6 110 16 67 105 67
Binary 11011100 11001110 111110 0 110 1001000 1110 110111 1000101 110111

Color Harmonies of #DCCE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE3E

Black with #DCCE3E

Text Example


Text Example

White with #DCCE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE3E; }

 p { color: rgb(220,206,62); }

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

background-color css

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

 a { background-color: rgb(220,206,62); }

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

border-color css

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

 span { border-color: rgb(220,206,62); }

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