Html Css Color HEX #D4D545 Wattle

📋 copy color: '#D4D545'

red 212 ◦ green 213 ◦ blue 69

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

Shades of Wattle #D4D545

Tints of Wattle #D4D545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.97%

R = 42.91%
G = 43.12%
B = 13.97%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D4D545 (or 0xD4D545) is known color: Wattle. HEX triplet: D4, D5 and 45. RGB value is (212,213,69). Sum of RGB (Red+Green+Blue) = 212+213+69=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D545 is #2B2ABA. Grayscale: #C4C4C4. Windows color (decimal): -2828987 or 4576724. OLE color: 4576724.

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

Color convert

RGB 212 213 69 -
CMYK 0.00 0 0.68 0.16
HSL 60.42º 0.63% 0.55% -
HSV(B) 60.42º 0.68% 0.84% -
XYZ 52.02 62.02 14.86 -
YUV 196.29 56.17 139.21 -
System Red Green Blue C M Y K H S L
Decimal 212 213 69 0.00 0 0.68 0.16 60.42 0.63 0.55
Hex D4 D5 45 0 0 44 10 3C 3F 37
Octal 324 325 105 0 0 104 20 74 77 67
Binary 11010100 11010101 1000101 0 0 1000100 10000 111100 111111 110111

Color Harmonies of #D4D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D545

Black with #D4D545

Text Example


Text Example

White with #D4D545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D545; }

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

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

background-color css

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

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

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

border-color css

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

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

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