Html Css Color HEX #DCC72D Wattle

📋 copy color: '#DCC72D'

red 220 ◦ green 199 ◦ blue 45

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

Shades of Wattle #DCC72D

Tints of Wattle #DCC72D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.89%

 BLUE value IS 45 (17.97% from 255) = 9.7%

R = 47.41%
G = 42.89%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCC72D (or 0xDCC72D) is known color: Wattle. HEX triplet: DC, C7 and 2D. RGB value is (220,199,45). Sum of RGB (Red+Green+Blue) = 220+199+45=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC72D is #2338D2. Grayscale: #BCBCBC. Windows color (decimal): -2308307 or 3000284. OLE color: 3000284.

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

Color convert

RGB 220 199 45 -
CMYK 0 0.10 0.80 0.14
HSL 52.8º 0.71% 0.52% -
HSV(B) 52.8º 0.8% 0.86% -
XYZ 50.41 56.25 10.68 -
YUV 187.72 47.46 151.02 -
System Red Green Blue C M Y K H S L
Decimal 220 199 45 0 0.10 0.80 0.14 52.8 0.71 0.52
Hex DC C7 2D 0 A 50 E 35 47 34
Octal 334 307 55 0 12 120 16 65 107 64
Binary 11011100 11000111 101101 0 1010 1010000 1110 110101 1000111 110100

Color Harmonies of #DCC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC72D

Black with #DCC72D

Text Example


Text Example

White with #DCC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC72D; }

 p { color: rgb(220,199,45); }

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

background-color css

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

 a { background-color: rgb(220,199,45); }

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

border-color css

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

 span { border-color: rgb(220,199,45); }

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