Html Css Color HEX #DFCD3B Wattle

📋 copy color: '#DFCD3B'

red 223 ◦ green 205 ◦ blue 59

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

Shades of Wattle #DFCD3B

Tints of Wattle #DFCD3B

RGB

 RED value IS 223 (87.5% from 255) = 45.79%

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

 BLUE value IS 59 (23.44% from 255) = 12.11%

R = 45.79%
G = 42.09%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DFCD3B (or 0xDFCD3B) is known color: Wattle. HEX triplet: DF, CD and 3B. RGB value is (223,205,59). Sum of RGB (Red+Green+Blue) = 223+205+59=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD3B is #2032C4. Grayscale: #C2C2C2. Windows color (decimal): -2110149 or 3919327. OLE color: 3919327.

HSL color Cylindrical-coordinate representation of color #DFCD3B: hue angle of 53.41º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFCD3B is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 59 -
CMYK 0 0.08 0.74 0.13
HSL 53.41º 0.72% 0.55% -
HSV(B) 53.41º 0.74% 0.87% -
XYZ 53.05 59.67 12.86 -
YUV 193.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 223 205 59 0 0.08 0.74 0.13 53.41 0.72 0.55
Hex DF CD 3B 0 8 4A D 35 48 37
Octal 337 315 73 0 10 112 15 65 110 67
Binary 11011111 11001101 111011 0 1000 1001010 1101 110101 1001000 110111

Color Harmonies of #DFCD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD3B

Black with #DFCD3B

Text Example


Text Example

White with #DFCD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD3B; }

 p { color: rgb(223,205,59); }

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

background-color css

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

 a { background-color: rgb(223,205,59); }

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

border-color css

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

 span { border-color: rgb(223,205,59); }

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