Html Css Color HEX #DCCE3A Wattle

📋 copy color: '#DCCE3A'

red 220 ◦ green 206 ◦ blue 58

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

Shades of Wattle #DCCE3A

Tints of Wattle #DCCE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.98%

R = 45.45%
G = 42.56%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCCE3A (or 0xDCCE3A) is known color: Wattle. HEX triplet: DC, CE and 3A. RGB value is (220,206,58). Sum of RGB (Red+Green+Blue) = 220+206+58=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE3A is #2331C5. Grayscale: #C1C1C1. Windows color (decimal): -2306502 or 3854044. OLE color: 3854044.

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

Color convert

RGB 220 206 58 -
CMYK 0 0.06 0.74 0.14
HSL 54.81º 0.7% 0.55% -
HSV(B) 54.81º 0.74% 0.86% -
XYZ 52.35 59.66 12.76 -
YUV 193.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 220 206 58 0 0.06 0.74 0.14 54.81 0.7 0.55
Hex DC CE 3A 0 6 4A E 37 46 37
Octal 334 316 72 0 6 112 16 67 106 67
Binary 11011100 11001110 111010 0 110 1001010 1110 110111 1000110 110111

Color Harmonies of #DCCE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE3A

Black with #DCCE3A

Text Example


Text Example

White with #DCCE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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