Html Css Color HEX #D5C23D Wattle

📋 copy color: '#D5C23D'

red 213 ◦ green 194 ◦ blue 61

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

Shades of Wattle #D5C23D

Tints of Wattle #D5C23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.03%

R = 45.51%
G = 41.45%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5C23D (or 0xD5C23D) is known color: Wattle. HEX triplet: D5, C2 and 3D. RGB value is (213,194,61). Sum of RGB (Red+Green+Blue) = 213+194+61=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C23D is #2A3DC2. Grayscale: #B9B9B9. Windows color (decimal): -2768323 or 4047573. OLE color: 4047573.

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

Color convert

RGB 213 194 61 -
CMYK 0 0.09 0.71 0.16
HSL 52.5º 0.64% 0.54% -
HSV(B) 52.5º 0.71% 0.84% -
XYZ 47.57 53.07 12.15 -
YUV 184.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 213 194 61 0 0.09 0.71 0.16 52.5 0.64 0.54
Hex D5 C2 3D 0 9 47 10 34 40 36
Octal 325 302 75 0 11 107 20 64 100 66
Binary 11010101 11000010 111101 0 1001 1000111 10000 110100 1000000 110110

Color Harmonies of #D5C23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C23D

Black with #D5C23D

Text Example


Text Example

White with #D5C23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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