Html Css Color HEX #D4C830 Wattle

📋 copy color: '#D4C830'

red 212 ◦ green 200 ◦ blue 48

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

Shades of Wattle #D4C830

Tints of Wattle #D4C830

RGB

 RED value IS 212 (83.2% from 255) = 46.09%

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

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

R = 46.09%
G = 43.48%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D4C830 (or 0xD4C830) is known color: Wattle. HEX triplet: D4, C8 and 30. RGB value is (212,200,48). Sum of RGB (Red+Green+Blue) = 212+200+48=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C830 is #2B37CF. Grayscale: #BABABA. Windows color (decimal): -2832336 or 3197140. OLE color: 3197140.

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

Color convert

RGB 212 200 48 -
CMYK 0 0.06 0.77 0.17
HSL 55.61º 0.66% 0.51% -
HSV(B) 55.61º 0.77% 0.83% -
XYZ 48.34 55.52 10.96 -
YUV 186.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 212 200 48 0 0.06 0.77 0.17 55.61 0.66 0.51
Hex D4 C8 30 0 6 4D 11 38 42 33
Octal 324 310 60 0 6 115 21 70 102 63
Binary 11010100 11001000 110000 0 110 1001101 10001 111000 1000010 110011

Color Harmonies of #D4C830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C830

Black with #D4C830

Text Example


Text Example

White with #D4C830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C830; }

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

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

background-color css

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

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

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

border-color css

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

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

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