Html Css Color HEX #D9CB2D Wattle

📋 copy color: '#D9CB2D'

red 217 ◦ green 203 ◦ blue 45

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

Shades of Wattle #D9CB2D

Tints of Wattle #D9CB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.68%

R = 46.67%
G = 43.66%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9CB2D (or 0xD9CB2D) is known color: Wattle. HEX triplet: D9, CB and 2D. RGB value is (217,203,45). Sum of RGB (Red+Green+Blue) = 217+203+45=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB2D is #2634D2. Grayscale: #BDBDBD. Windows color (decimal): -2503891 or 3001305. OLE color: 3001305.

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

Color convert

RGB 217 203 45 -
CMYK 0 0.06 0.79 0.15
HSL 55.12º 0.69% 0.51% -
HSV(B) 55.12º 0.79% 0.85% -
XYZ 50.44 57.65 10.95 -
YUV 189.17 46.64 147.85 -
System Red Green Blue C M Y K H S L
Decimal 217 203 45 0 0.06 0.79 0.15 55.12 0.69 0.51
Hex D9 CB 2D 0 6 4F F 37 45 33
Octal 331 313 55 0 6 117 17 67 105 63
Binary 11011001 11001011 101101 0 110 1001111 1111 110111 1000101 110011

Color Harmonies of #D9CB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CB2D

Black with #D9CB2D

Text Example


Text Example

White with #D9CB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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