Html Css Color HEX #D5BC16 Sunflower

📋 copy color: '#D5BC16'

red 213 ◦ green 188 ◦ blue 22

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

Shades of Sunflower #D5BC16

Tints of Sunflower #D5BC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.44%

 BLUE value IS 22 (8.98% from 255) = 5.2%

R = 50.35%
G = 44.44%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5BC16 (or 0xD5BC16) is known color: Sunflower. HEX triplet: D5, BC and 16. RGB value is (213,188,22). Sum of RGB (Red+Green+Blue) = 213+188+22=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BC16 is #2A43E9. Grayscale: #B1B1B1. Windows color (decimal): -2769898 or 1490133. OLE color: 1490133.

HSL color Cylindrical-coordinate representation of color #D5BC16: hue angle of 52.15º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5BC16 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 188 22 -
CMYK 0 0.12 0.90 0.16
HSL 52.15º 0.81% 0.46% -
HSV(B) 52.15º 0.9% 0.84% -
XYZ 45.57 50.17 8.04 -
YUV 176.55 40.78 154 -
System Red Green Blue C M Y K H S L
Decimal 213 188 22 0 0.12 0.90 0.16 52.15 0.81 0.46
Hex D5 BC 16 0 C 5A 10 34 51 2E
Octal 325 274 26 0 14 132 20 64 121 56
Binary 11010101 10111100 10110 0 1100 1011010 10000 110100 1010001 101110

Color Harmonies of #D5BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BC16

Black with #D5BC16

Text Example


Text Example

White with #D5BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BC16; }

 p { color: rgb(213,188,22); }

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

background-color css

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

 a { background-color: rgb(213,188,22); }

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

border-color css

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

 span { border-color: rgb(213,188,22); }

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