Html Css Color HEX #D9CB35 Wattle

📋 copy color: '#D9CB35'

red 217 ◦ green 203 ◦ blue 53

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

Shades of Wattle #D9CB35

Tints of Wattle #D9CB35

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.92%

 BLUE value IS 53 (21.09% from 255) = 11.21%

R = 45.88%
G = 42.92%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9CB35 (or 0xD9CB35) is known color: Wattle. HEX triplet: D9, CB and 35. RGB value is (217,203,53). Sum of RGB (Red+Green+Blue) = 217+203+53=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB35 is #2634CA. Grayscale: #BEBEBE. Windows color (decimal): -2503883 or 3525593. OLE color: 3525593.

HSL color Cylindrical-coordinate representation of color #D9CB35: hue angle of 54.88º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9CB35 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 203 53 -
CMYK 0 0.06 0.76 0.15
HSL 54.88º 0.68% 0.53% -
HSV(B) 54.88º 0.76% 0.85% -
XYZ 50.61 57.72 11.84 -
YUV 190.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 217 203 53 0 0.06 0.76 0.15 54.88 0.68 0.53
Hex D9 CB 35 0 6 4C F 37 44 35
Octal 331 313 65 0 6 114 17 67 104 65
Binary 11011001 11001011 110101 0 110 1001100 1111 110111 1000100 110101

Color Harmonies of #D9CB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CB35

Black with #D9CB35

Text Example


Text Example

White with #D9CB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CB35; }

 p { color: rgb(217,203,53); }

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

background-color css

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

 a { background-color: rgb(217,203,53); }

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

border-color css

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

 span { border-color: rgb(217,203,53); }

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