Html Css Color HEX #D5BC1D Sunflower

📋 copy color: '#D5BC1D'

red 213 ◦ green 188 ◦ blue 29

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

Shades of Sunflower #D5BC1D

Tints of Sunflower #D5BC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.74%

R = 49.53%
G = 43.72%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5BC1D (or 0xD5BC1D) is known color: Sunflower. HEX triplet: D5, BC and 1D. RGB value is (213,188,29). Sum of RGB (Red+Green+Blue) = 213+188+29=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC1D is #2A43E2. Grayscale: #B2B2B2. Windows color (decimal): -2769891 or 1948885. OLE color: 1948885.

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

Color convert

RGB 213 188 29 -
CMYK 0 0.12 0.86 0.16
HSL 51.85º 0.76% 0.47% -
HSV(B) 51.85º 0.86% 0.84% -
XYZ 45.65 50.2 8.45 -
YUV 177.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 213 188 29 0 0.12 0.86 0.16 51.85 0.76 0.47
Hex D5 BC 1D 0 C 56 10 34 4C 2F
Octal 325 274 35 0 14 126 20 64 114 57
Binary 11010101 10111100 11101 0 1100 1010110 10000 110100 1001100 101111

Color Harmonies of #D5BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BC1D

Black with #D5BC1D

Text Example


Text Example

White with #D5BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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