Html Css Color HEX #D5D242 Wattle

📋 copy color: '#D5D242'

red 213 ◦ green 210 ◦ blue 66

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

Shades of Wattle #D5D242

Tints of Wattle #D5D242

RGB

 RED value IS 213 (83.59% from 255) = 43.56%

 GREEN value IS 210 (82.42% from 255) = 42.94%

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

R = 43.56%
G = 42.94%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5D242 (or 0xD5D242) is known color: Wattle. HEX triplet: D5, D2 and 42. RGB value is (213,210,66). Sum of RGB (Red+Green+Blue) = 213+210+66=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D242 is #2A2DBD. Grayscale: #C3C3C3. Windows color (decimal): -2764222 or 4379349. OLE color: 4379349.

HSL color Cylindrical-coordinate representation of color #D5D242: hue angle of 58.78º 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 #D5D242 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 66 -
CMYK 0 0.01 0.69 0.16
HSL 58.78º 0.64% 0.55% -
HSV(B) 58.78º 0.69% 0.84% -
XYZ 51.47 60.63 14.14 -
YUV 194.48 55.49 141.21 -
System Red Green Blue C M Y K H S L
Decimal 213 210 66 0 0.01 0.69 0.16 58.78 0.64 0.55
Hex D5 D2 42 0 1 45 10 3B 40 37
Octal 325 322 102 0 1 105 20 73 100 67
Binary 11010101 11010010 1000010 0 1 1000101 10000 111011 1000000 110111

Color Harmonies of #D5D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D242

Black with #D5D242

Text Example


Text Example

White with #D5D242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D242; }

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

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

background-color css

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

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

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

border-color css

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

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

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