Html Css Color HEX #D4C630 Wattle

📋 copy color: '#D4C630'

red 212 ◦ green 198 ◦ blue 48

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

Shades of Wattle #D4C630

Tints of Wattle #D4C630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.23%

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

R = 46.29%
G = 43.23%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D4C630 (or 0xD4C630) is known color: Wattle. HEX triplet: D4, C6 and 30. RGB value is (212,198,48). Sum of RGB (Red+Green+Blue) = 212+198+48=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C630 is #2B39CF. Grayscale: #B9B9B9. Windows color (decimal): -2832848 or 3196628. OLE color: 3196628.

HSL color Cylindrical-coordinate representation of color #D4C630: hue angle of 54.88º 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 #D4C630 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 198 48 -
CMYK 0 0.07 0.77 0.17
HSL 54.88º 0.66% 0.51% -
HSV(B) 54.88º 0.77% 0.83% -
XYZ 47.88 54.6 10.81 -
YUV 185.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 212 198 48 0 0.07 0.77 0.17 54.88 0.66 0.51
Hex D4 C6 30 0 7 4D 11 37 42 33
Octal 324 306 60 0 7 115 21 67 102 63
Binary 11010100 11000110 110000 0 111 1001101 10001 110111 1000010 110011

Color Harmonies of #D4C630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C630

Black with #D4C630

Text Example


Text Example

White with #D4C630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C630; }

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

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

background-color css

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

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

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

border-color css

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

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

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