Html Css Color HEX #D4D145 Wattle

📋 copy color: '#D4D145'

red 212 ◦ green 209 ◦ blue 69

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

Shades of Wattle #D4D145

Tints of Wattle #D4D145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.65%

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

R = 43.27%
G = 42.65%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D4D145 (or 0xD4D145) is known color: Wattle. HEX triplet: D4, D1 and 45. RGB value is (212,209,69). Sum of RGB (Red+Green+Blue) = 212+209+69=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D145 is #2B2EBA. Grayscale: #C2C2C2. Windows color (decimal): -2830011 or 4575700. OLE color: 4575700.

HSL color Cylindrical-coordinate representation of color #D4D145: hue angle of 58.74º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4D145 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 209 69 -
CMYK 0 0.01 0.67 0.17
HSL 58.74º 0.62% 0.55% -
HSV(B) 58.74º 0.67% 0.83% -
XYZ 51.03 60.03 14.53 -
YUV 193.94 57.49 140.88 -
System Red Green Blue C M Y K H S L
Decimal 212 209 69 0 0.01 0.67 0.17 58.74 0.62 0.55
Hex D4 D1 45 0 1 43 11 3B 3E 37
Octal 324 321 105 0 1 103 21 73 76 67
Binary 11010100 11010001 1000101 0 1 1000011 10001 111011 111110 110111

Color Harmonies of #D4D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D145

Black with #D4D145

Text Example


Text Example

White with #D4D145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D145; }

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

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

background-color css

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

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

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

border-color css

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

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

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