Html Css Color HEX #D5D23E Wattle

📋 copy color: '#D5D23E'

red 213 ◦ green 210 ◦ blue 62

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

Shades of Wattle #D5D23E

Tints of Wattle #D5D23E

RGB

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

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

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

R = 43.92%
G = 43.3%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5D23E (or 0xD5D23E) is known color: Wattle. HEX triplet: D5, D2 and 3E. RGB value is (213,210,62). Sum of RGB (Red+Green+Blue) = 213+210+62=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D23E is #2A2DC1. Grayscale: #C2C2C2. Windows color (decimal): -2764226 or 4117205. OLE color: 4117205.

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

Color convert

RGB 213 210 62 -
CMYK 0 0.01 0.71 0.16
HSL 58.81º 0.64% 0.54% -
HSV(B) 58.81º 0.71% 0.84% -
XYZ 51.36 60.59 13.55 -
YUV 194.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 213 210 62 0 0.01 0.71 0.16 58.81 0.64 0.54
Hex D5 D2 3E 0 1 47 10 3B 40 36
Octal 325 322 76 0 1 107 20 73 100 66
Binary 11010101 11010010 111110 0 1 1000111 10000 111011 1000000 110110

Color Harmonies of #D5D23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D23E

Black with #D5D23E

Text Example


Text Example

White with #D5D23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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