Html Css Color HEX #D5C830 Wattle

📋 copy color: '#D5C830'

red 213 ◦ green 200 ◦ blue 48

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

Shades of Wattle #D5C830

Tints of Wattle #D5C830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.38%

 BLUE value IS 48 (19.14% from 255) = 10.41%

R = 46.2%
G = 43.38%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5C830 (or 0xD5C830) is known color: Wattle. HEX triplet: D5, C8 and 30. RGB value is (213,200,48). Sum of RGB (Red+Green+Blue) = 213+200+48=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C830 is #2A37CF. Grayscale: #BBBBBB. Windows color (decimal): -2766800 or 3197141. OLE color: 3197141.

HSL color Cylindrical-coordinate representation of color #D5C830: hue angle of 55.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5C830 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 48 -
CMYK 0 0.06 0.77 0.16
HSL 55.27º 0.66% 0.51% -
HSV(B) 55.27º 0.77% 0.84% -
XYZ 48.63 55.67 10.98 -
YUV 186.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 213 200 48 0 0.06 0.77 0.16 55.27 0.66 0.51
Hex D5 C8 30 0 6 4D 10 37 42 33
Octal 325 310 60 0 6 115 20 67 102 63
Binary 11010101 11001000 110000 0 110 1001101 10000 110111 1000010 110011

Color Harmonies of #D5C830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C830

Black with #D5C830

Text Example


Text Example

White with #D5C830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C830; }

 p { color: rgb(213,200,48); }

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

background-color css

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

 a { background-color: rgb(213,200,48); }

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

border-color css

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

 span { border-color: rgb(213,200,48); }

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