Html Css Color HEX #D5BF1B Sunflower

📋 copy color: '#D5BF1B'

red 213 ◦ green 191 ◦ blue 27

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

Shades of Sunflower #D5BF1B

Tints of Sunflower #D5BF1B

RGB

 RED value IS 213 (83.59% from 255) = 49.42%

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

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

R = 49.42%
G = 44.32%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5BF1B (or 0xD5BF1B) is known color: Sunflower. HEX triplet: D5, BF and 1B. RGB value is (213,191,27). Sum of RGB (Red+Green+Blue) = 213+191+27=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF1B is #2A40E4. Grayscale: #B3B3B3. Windows color (decimal): -2769125 or 1818581. OLE color: 1818581.

HSL color Cylindrical-coordinate representation of color #D5BF1B: hue angle of 52.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5BF1B is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 27 -
CMYK 0 0.10 0.87 0.16
HSL 52.9º 0.78% 0.47% -
HSV(B) 52.9º 0.87% 0.84% -
XYZ 46.27 51.49 8.54 -
YUV 178.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 213 191 27 0 0.10 0.87 0.16 52.9 0.78 0.47
Hex D5 BF 1B 0 A 57 10 35 4E 2F
Octal 325 277 33 0 12 127 20 65 116 57
Binary 11010101 10111111 11011 0 1010 1010111 10000 110101 1001110 101111

Color Harmonies of #D5BF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF1B

Black with #D5BF1B

Text Example


Text Example

White with #D5BF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF1B; }

 p { color: rgb(213,191,27); }

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

background-color css

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

 a { background-color: rgb(213,191,27); }

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

border-color css

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

 span { border-color: rgb(213,191,27); }

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