Html Css Color HEX #D9C13D Wattle

📋 copy color: '#D9C13D'

red 217 ◦ green 193 ◦ blue 61

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

Shades of Wattle #D9C13D

Tints of Wattle #D9C13D

RGB

 RED value IS 217 (85.16% from 255) = 46.07%

 GREEN value IS 193 (75.78% from 255) = 40.98%

 BLUE value IS 61 (24.22% from 255) = 12.95%

R = 46.07%
G = 40.98%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9C13D (or 0xD9C13D) is known color: Wattle. HEX triplet: D9, C1 and 3D. RGB value is (217,193,61). Sum of RGB (Red+Green+Blue) = 217+193+61=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C13D is #263EC2. Grayscale: #B9B9B9. Windows color (decimal): -2506435 or 4047321. OLE color: 4047321.

HSL color Cylindrical-coordinate representation of color #D9C13D: hue angle of 50.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9C13D is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 193 61 -
CMYK 0 0.11 0.72 0.15
HSL 50.77º 0.67% 0.55% -
HSV(B) 50.77º 0.72% 0.85% -
XYZ 48.53 53.23 12.13 -
YUV 185.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 217 193 61 0 0.11 0.72 0.15 50.77 0.67 0.55
Hex D9 C1 3D 0 B 48 F 33 43 37
Octal 331 301 75 0 13 110 17 63 103 67
Binary 11011001 11000001 111101 0 1011 1001000 1111 110011 1000011 110111

Color Harmonies of #D9C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C13D

Black with #D9C13D

Text Example


Text Example

White with #D9C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C13D; }

 p { color: rgb(217,193,61); }

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

background-color css

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

 a { background-color: rgb(217,193,61); }

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

border-color css

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

 span { border-color: rgb(217,193,61); }

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