Html Css Color HEX #D7CE2F Wattle

📋 copy color: '#D7CE2F'

red 215 ◦ green 206 ◦ blue 47

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

Shades of Wattle #D7CE2F

Tints of Wattle #D7CE2F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.02%

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

R = 45.94%
G = 44.02%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7CE2F (or 0xD7CE2F) is known color: Wattle. HEX triplet: D7, CE and 2F. RGB value is (215,206,47). Sum of RGB (Red+Green+Blue) = 215+206+47=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CE2F is #2831D0. Grayscale: #BFBFBF. Windows color (decimal): -2634193 or 3133143. OLE color: 3133143.

HSL color Cylindrical-coordinate representation of color #D7CE2F: hue angle of 56.79º 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 #D7CE2F is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 206 47 -
CMYK 0 0.04 0.78 0.16
HSL 56.79º 0.68% 0.51% -
HSV(B) 56.79º 0.78% 0.84% -
XYZ 50.61 58.79 11.37 -
YUV 190.57 46.98 145.43 -
System Red Green Blue C M Y K H S L
Decimal 215 206 47 0 0.04 0.78 0.16 56.79 0.68 0.51
Hex D7 CE 2F 0 4 4E 10 39 44 33
Octal 327 316 57 0 4 116 20 71 104 63
Binary 11010111 11001110 101111 0 100 1001110 10000 111001 1000100 110011

Color Harmonies of #D7CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CE2F

Black with #D7CE2F

Text Example


Text Example

White with #D7CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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