Html Css Color HEX #D4D03E Wattle

📋 copy color: '#D4D03E'

red 212 ◦ green 208 ◦ blue 62

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

Shades of Wattle #D4D03E

Tints of Wattle #D4D03E

RGB

 RED value IS 212 (83.2% from 255) = 43.98%

 GREEN value IS 208 (81.64% from 255) = 43.15%

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

R = 43.98%
G = 43.15%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4D03E (or 0xD4D03E) is known color: Wattle. HEX triplet: D4, D0 and 3E. RGB value is (212,208,62). Sum of RGB (Red+Green+Blue) = 212+208+62=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D03E is #2B2FC1. Grayscale: #C1C1C1. Windows color (decimal): -2830274 or 4116692. OLE color: 4116692.

HSL color Cylindrical-coordinate representation of color #D4D03E: hue angle of 58.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4D03E is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 208 62 -
CMYK 0 0.02 0.71 0.17
HSL 58.4º 0.64% 0.54% -
HSV(B) 58.4º 0.71% 0.83% -
XYZ 50.58 59.46 13.37 -
YUV 192.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 212 208 62 0 0.02 0.71 0.17 58.4 0.64 0.54
Hex D4 D0 3E 0 2 47 11 3A 40 36
Octal 324 320 76 0 2 107 21 72 100 66
Binary 11010100 11010000 111110 0 10 1000111 10001 111010 1000000 110110

Color Harmonies of #D4D03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D03E

Black with #D4D03E

Text Example


Text Example

White with #D4D03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D03E; }

 p { color: rgb(212,208,62); }

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

background-color css

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

 a { background-color: rgb(212,208,62); }

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

border-color css

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

 span { border-color: rgb(212,208,62); }

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