Html Css Color HEX #D9BD1B Sunflower

📋 copy color: '#D9BD1B'

red 217 ◦ green 189 ◦ blue 27

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

Shades of Sunflower #D9BD1B

Tints of Sunflower #D9BD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 27 (10.94% from 255) = 6.24%

R = 50.12%
G = 43.65%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9BD1B (or 0xD9BD1B) is known color: Sunflower. HEX triplet: D9, BD and 1B. RGB value is (217,189,27). Sum of RGB (Red+Green+Blue) = 217+189+27=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BD1B is #2642E4. Grayscale: #B3B3B3. Windows color (decimal): -2507493 or 1818073. OLE color: 1818073.

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

Color convert

RGB 217 189 27 -
CMYK 0 0.13 0.88 0.15
HSL 51.16º 0.78% 0.48% -
HSV(B) 51.16º 0.88% 0.85% -
XYZ 47.01 51.23 8.45 -
YUV 178.9 42.28 155.17 -
System Red Green Blue C M Y K H S L
Decimal 217 189 27 0 0.13 0.88 0.15 51.16 0.78 0.48
Hex D9 BD 1B 0 D 58 F 33 4E 30
Octal 331 275 33 0 15 130 17 63 116 60
Binary 11011001 10111101 11011 0 1101 1011000 1111 110011 1001110 110000

Color Harmonies of #D9BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BD1B

Black with #D9BD1B

Text Example


Text Example

White with #D9BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BD1B; }

 p { color: rgb(217,189,27); }

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

background-color css

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

 a { background-color: rgb(217,189,27); }

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

border-color css

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

 span { border-color: rgb(217,189,27); }

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