Html Css Color HEX #D7C03A Wattle

📋 copy color: '#D7C03A'

red 215 ◦ green 192 ◦ blue 58

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

Shades of Wattle #D7C03A

Tints of Wattle #D7C03A

RGB

 RED value IS 215 (84.38% from 255) = 46.24%

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 58 (23.05% from 255) = 12.47%

R = 46.24%
G = 41.29%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7C03A (or 0xD7C03A) is known color: Wattle. HEX triplet: D7, C0 and 3A. RGB value is (215,192,58). Sum of RGB (Red+Green+Blue) = 215+192+58=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C03A is #283FC5. Grayscale: #B8B8B8. Windows color (decimal): -2637766 or 3850455. OLE color: 3850455.

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

Color convert

RGB 215 192 58 -
CMYK 0 0.11 0.73 0.16
HSL 51.21º 0.66% 0.54% -
HSV(B) 51.21º 0.73% 0.84% -
XYZ 47.64 52.45 11.62 -
YUV 183.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 215 192 58 0 0.11 0.73 0.16 51.21 0.66 0.54
Hex D7 C0 3A 0 B 49 10 33 42 36
Octal 327 300 72 0 13 111 20 63 102 66
Binary 11010111 11000000 111010 0 1011 1001001 10000 110011 1000010 110110

Color Harmonies of #D7C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C03A

Black with #D7C03A

Text Example


Text Example

White with #D7C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C03A; }

 p { color: rgb(215,192,58); }

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

background-color css

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

 a { background-color: rgb(215,192,58); }

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

border-color css

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

 span { border-color: rgb(215,192,58); }

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