Html Css Color HEX #D4D542 Wattle

📋 copy color: '#D4D542'

red 212 ◦ green 213 ◦ blue 66

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

Shades of Wattle #D4D542

Tints of Wattle #D4D542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.38%

 BLUE value IS 66 (26.17% from 255) = 13.44%

R = 43.18%
G = 43.38%
B = 13.44%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D4D542 (or 0xD4D542) is known color: Wattle. HEX triplet: D4, D5 and 42. RGB value is (212,213,66). Sum of RGB (Red+Green+Blue) = 212+213+66=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D542 is #2B2ABD. Grayscale: #C4C4C4. Windows color (decimal): -2828990 or 4380116. OLE color: 4380116.

HSL color Cylindrical-coordinate representation of color #D4D542: hue angle of 60.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4D542 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 213 66 -
CMYK 0.00 0 0.69 0.16
HSL 60.41º 0.64% 0.55% -
HSV(B) 60.41º 0.69% 0.84% -
XYZ 51.93 61.98 14.38 -
YUV 195.94 54.67 139.45 -
System Red Green Blue C M Y K H S L
Decimal 212 213 66 0.00 0 0.69 0.16 60.41 0.64 0.55
Hex D4 D5 42 0 0 45 10 3C 40 37
Octal 324 325 102 0 0 105 20 74 100 67
Binary 11010100 11010101 1000010 0 0 1000101 10000 111100 1000000 110111

Color Harmonies of #D4D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D542

Black with #D4D542

Text Example


Text Example

White with #D4D542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D542; }

 p { color: rgb(212,213,66); }

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

background-color css

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

 a { background-color: rgb(212,213,66); }

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

border-color css

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

 span { border-color: rgb(212,213,66); }

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