Html Css Color HEX #D5BE1B Sunflower

📋 copy color: '#D5BE1B'

red 213 ◦ green 190 ◦ blue 27

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

Shades of Sunflower #D5BE1B

Tints of Sunflower #D5BE1B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.19%

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

R = 49.53%
G = 44.19%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5BE1B (or 0xD5BE1B) is known color: Sunflower. HEX triplet: D5, BE and 1B. RGB value is (213,190,27). Sum of RGB (Red+Green+Blue) = 213+190+27=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BE1B is #2A41E4. Grayscale: #B2B2B2. Windows color (decimal): -2769381 or 1818325. OLE color: 1818325.

HSL color Cylindrical-coordinate representation of color #D5BE1B: hue angle of 52.58º 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 #D5BE1B is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 27 -
CMYK 0 0.11 0.87 0.16
HSL 52.58º 0.78% 0.47% -
HSV(B) 52.58º 0.87% 0.84% -
XYZ 46.05 51.05 8.46 -
YUV 178.3 42.62 152.75 -
System Red Green Blue C M Y K H S L
Decimal 213 190 27 0 0.11 0.87 0.16 52.58 0.78 0.47
Hex D5 BE 1B 0 B 57 10 35 4E 2F
Octal 325 276 33 0 13 127 20 65 116 57
Binary 11010101 10111110 11011 0 1011 1010111 10000 110101 1001110 101111

Color Harmonies of #D5BE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE1B

Black with #D5BE1B

Text Example


Text Example

White with #D5BE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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