Html Css Color HEX #D7C32F Wattle

📋 copy color: '#D7C32F'

red 215 ◦ green 195 ◦ blue 47

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

Shades of Wattle #D7C32F

Tints of Wattle #D7C32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.67%

 BLUE value IS 47 (18.75% from 255) = 10.28%

R = 47.05%
G = 42.67%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7C32F (or 0xD7C32F) is known color: Wattle. HEX triplet: D7, C3 and 2F. RGB value is (215,195,47). Sum of RGB (Red+Green+Blue) = 215+195+47=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C32F is #283CD0. Grayscale: #B8B8B8. Windows color (decimal): -2637009 or 3130327. OLE color: 3130327.

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

Color convert

RGB 215 195 47 -
CMYK 0 0.09 0.78 0.16
HSL 52.86º 0.68% 0.51% -
HSV(B) 52.86º 0.78% 0.84% -
XYZ 48.05 53.68 10.52 -
YUV 184.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 215 195 47 0 0.09 0.78 0.16 52.86 0.68 0.51
Hex D7 C3 2F 0 9 4E 10 35 44 33
Octal 327 303 57 0 11 116 20 65 104 63
Binary 11010111 11000011 101111 0 1001 1001110 10000 110101 1000100 110011

Color Harmonies of #D7C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C32F

Black with #D7C32F

Text Example


Text Example

White with #D7C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C32F; }

 p { color: rgb(215,195,47); }

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

background-color css

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

 a { background-color: rgb(215,195,47); }

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

border-color css

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

 span { border-color: rgb(215,195,47); }

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