Html Css Color HEX #DCCD33 Wattle

📋 copy color: '#DCCD33'

red 220 ◦ green 205 ◦ blue 51

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

Shades of Wattle #DCCD33

Tints of Wattle #DCCD33

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.07%

 BLUE value IS 51 (20.31% from 255) = 10.71%

R = 46.22%
G = 43.07%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCCD33 (or 0xDCCD33) is known color: Wattle. HEX triplet: DC, CD and 33. RGB value is (220,205,51). Sum of RGB (Red+Green+Blue) = 220+205+51=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD33 is #2332CC. Grayscale: #C0C0C0. Windows color (decimal): -2306765 or 3395036. OLE color: 3395036.

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

Color convert

RGB 220 205 51 -
CMYK 0 0.07 0.77 0.14
HSL 54.67º 0.71% 0.53% -
HSV(B) 54.67º 0.77% 0.86% -
XYZ 51.94 59.12 11.81 -
YUV 191.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 220 205 51 0 0.07 0.77 0.14 54.67 0.71 0.53
Hex DC CD 33 0 7 4D E 37 47 35
Octal 334 315 63 0 7 115 16 67 107 65
Binary 11011100 11001101 110011 0 111 1001101 1110 110111 1000111 110101

Color Harmonies of #DCCD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD33

Black with #DCCD33

Text Example


Text Example

White with #DCCD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD33; }

 p { color: rgb(220,205,51); }

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

background-color css

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

 a { background-color: rgb(220,205,51); }

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

border-color css

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

 span { border-color: rgb(220,205,51); }

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