Html Css Color HEX #D5C23F Wattle

📋 copy color: '#D5C23F'

red 213 ◦ green 194 ◦ blue 63

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

Shades of Wattle #D5C23F

Tints of Wattle #D5C23F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

 BLUE value IS 63 (25% from 255) = 13.4%

R = 45.32%
G = 41.28%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5C23F (or 0xD5C23F) is known color: Wattle. HEX triplet: D5, C2 and 3F. RGB value is (213,194,63). Sum of RGB (Red+Green+Blue) = 213+194+63=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C23F is #2A3DC0. Grayscale: #B9B9B9. Windows color (decimal): -2768321 or 4178645. OLE color: 4178645.

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

Color convert

RGB 213 194 63 -
CMYK 0 0.09 0.70 0.16
HSL 52.4º 0.64% 0.54% -
HSV(B) 52.4º 0.7% 0.84% -
XYZ 47.63 53.09 12.44 -
YUV 184.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 213 194 63 0 0.09 0.70 0.16 52.4 0.64 0.54
Hex D5 C2 3F 0 9 46 10 34 40 36
Octal 325 302 77 0 11 106 20 64 100 66
Binary 11010101 11000010 111111 0 1001 1000110 10000 110100 1000000 110110

Color Harmonies of #D5C23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C23F

Black with #D5C23F

Text Example


Text Example

White with #D5C23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C23F; }

 p { color: rgb(213,194,63); }

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

background-color css

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

 a { background-color: rgb(213,194,63); }

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

border-color css

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

 span { border-color: rgb(213,194,63); }

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