Html Css Color HEX #D9CF2F Wattle

📋 copy color: '#D9CF2F'

red 217 ◦ green 207 ◦ blue 47

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

Shades of Wattle #D9CF2F

Tints of Wattle #D9CF2F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

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

R = 46.07%
G = 43.95%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9CF2F (or 0xD9CF2F) is known color: Wattle. HEX triplet: D9, CF and 2F. RGB value is (217,207,47). Sum of RGB (Red+Green+Blue) = 217+207+47=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF2F is #2630D0. Grayscale: #C0C0C0. Windows color (decimal): -2502865 or 3133401. OLE color: 3133401.

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

Color convert

RGB 217 207 47 -
CMYK 0 0.05 0.78 0.15
HSL 56.47º 0.69% 0.52% -
HSV(B) 56.47º 0.78% 0.85% -
XYZ 51.44 59.58 11.48 -
YUV 191.75 46.31 146.01 -
System Red Green Blue C M Y K H S L
Decimal 217 207 47 0 0.05 0.78 0.15 56.47 0.69 0.52
Hex D9 CF 2F 0 5 4E F 38 45 34
Octal 331 317 57 0 5 116 17 70 105 64
Binary 11011001 11001111 101111 0 101 1001110 1111 111000 1000101 110100

Color Harmonies of #D9CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF2F

Black with #D9CF2F

Text Example


Text Example

White with #D9CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF2F; }

 p { color: rgb(217,207,47); }

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

background-color css

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

 a { background-color: rgb(217,207,47); }

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

border-color css

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

 span { border-color: rgb(217,207,47); }

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