Html Css Color HEX #DBBB15 Sunflower

📋 copy color: '#DBBB15'

red 219 ◦ green 187 ◦ blue 21

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

Shades of Sunflower #DBBB15

Tints of Sunflower #DBBB15

RGB

 RED value IS 219 (85.94% from 255) = 51.29%

 GREEN value IS 187 (73.44% from 255) = 43.79%

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 51.29%
G = 43.79%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBBB15 (or 0xDBBB15) is known color: Sunflower. HEX triplet: DB, BB and 15. RGB value is (219,187,21). Sum of RGB (Red+Green+Blue) = 219+187+21=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB15 is #2444EA. Grayscale: #B2B2B2. Windows color (decimal): -2376939 or 1424347. OLE color: 1424347.

HSL color Cylindrical-coordinate representation of color #DBBB15: hue angle of 50.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBBB15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 187 21 -
CMYK 0 0.15 0.90 0.14
HSL 50.3º 0.83% 0.47% -
HSV(B) 50.3º 0.9% 0.86% -
XYZ 47.12 50.65 8 -
YUV 177.64 39.6 157.5 -
System Red Green Blue C M Y K H S L
Decimal 219 187 21 0 0.15 0.90 0.14 50.3 0.83 0.47
Hex DB BB 15 0 F 5A E 32 52 2F
Octal 333 273 25 0 17 132 16 62 122 57
Binary 11011011 10111011 10101 0 1111 1011010 1110 110010 1010010 101111

Color Harmonies of #DBBB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB15

Black with #DBBB15

Text Example


Text Example

White with #DBBB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB15; }

 p { color: rgb(219,187,21); }

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

background-color css

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

 a { background-color: rgb(219,187,21); }

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

border-color css

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

 span { border-color: rgb(219,187,21); }

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