Html Css Color HEX #D4BF1F Sunflower

📋 copy color: '#D4BF1F'

red 212 ◦ green 191 ◦ blue 31

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

Shades of Sunflower #D4BF1F

Tints of Sunflower #D4BF1F

RGB

 RED value IS 212 (83.2% from 255) = 48.85%

 GREEN value IS 191 (75% from 255) = 44.01%

 BLUE value IS 31 (12.5% from 255) = 7.14%

R = 48.85%
G = 44.01%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4BF1F (or 0xD4BF1F) is known color: Sunflower. HEX triplet: D4, BF and 1F. RGB value is (212,191,31). Sum of RGB (Red+Green+Blue) = 212+191+31=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF1F is #2B40E0. Grayscale: #B3B3B3. Windows color (decimal): -2834657 or 2080724. OLE color: 2080724.

HSL color Cylindrical-coordinate representation of color #D4BF1F: hue angle of 53.04º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4BF1F is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 191 31 -
CMYK 0 0.10 0.85 0.17
HSL 53.04º 0.74% 0.48% -
HSV(B) 53.04º 0.85% 0.83% -
XYZ 46.03 51.36 8.78 -
YUV 179.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 212 191 31 0 0.10 0.85 0.17 53.04 0.74 0.48
Hex D4 BF 1F 0 A 55 11 35 4A 30
Octal 324 277 37 0 12 125 21 65 112 60
Binary 11010100 10111111 11111 0 1010 1010101 10001 110101 1001010 110000

Color Harmonies of #D4BF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF1F

Black with #D4BF1F

Text Example


Text Example

White with #D4BF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF1F; }

 p { color: rgb(212,191,31); }

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

background-color css

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

 a { background-color: rgb(212,191,31); }

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

border-color css

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

 span { border-color: rgb(212,191,31); }

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