Html Css Color HEX #D5BC21 Sunflower

📋 copy color: '#D5BC21'

red 213 ◦ green 188 ◦ blue 33

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

Shades of Sunflower #D5BC21

Tints of Sunflower #D5BC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.6%

R = 49.08%
G = 43.32%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5BC21 (or 0xD5BC21) is known color: Sunflower. HEX triplet: D5, BC and 21. RGB value is (213,188,33). Sum of RGB (Red+Green+Blue) = 213+188+33=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC21 is #2A43DE. Grayscale: #B2B2B2. Windows color (decimal): -2769887 or 2211029. OLE color: 2211029.

HSL color Cylindrical-coordinate representation of color #D5BC21: hue angle of 51.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5BC21 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 188 33 -
CMYK 0 0.12 0.85 0.16
HSL 51.67º 0.73% 0.48% -
HSV(B) 51.67º 0.85% 0.84% -
XYZ 45.7 50.22 8.72 -
YUV 177.81 46.28 153.1 -
System Red Green Blue C M Y K H S L
Decimal 213 188 33 0 0.12 0.85 0.16 51.67 0.73 0.48
Hex D5 BC 21 0 C 55 10 34 49 30
Octal 325 274 41 0 14 125 20 64 111 60
Binary 11010101 10111100 100001 0 1100 1010101 10000 110100 1001001 110000

Color Harmonies of #D5BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BC21

Black with #D5BC21

Text Example


Text Example

White with #D5BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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