Html Css Color HEX #DBBC01 Sunflower

📋 copy color: '#DBBC01'

red 219 ◦ green 188 ◦ blue 1

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

Shades of Sunflower #DBBC01

Tints of Sunflower #DBBC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 53.68%
G = 46.08%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DBBC01 (or 0xDBBC01) is known color: Sunflower. HEX triplet: DB, BC and 01. RGB value is (219,188,1). Sum of RGB (Red+Green+Blue) = 219+188+1=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC01 is #2443FE. Grayscale: #B0B0B0. Windows color (decimal): -2376703 or 113883. OLE color: 113883.

HSL color Cylindrical-coordinate representation of color #DBBC01: hue angle of 51.47º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBBC01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 188 1 -
CMYK 0 0.14 1.00 0.14
HSL 51.47º 0.99% 0.43% -
HSV(B) 51.47º 1% 0.86% -
XYZ 47.2 51.03 7.39 -
YUV 175.95 29.27 158.71 -
System Red Green Blue C M Y K H S L
Decimal 219 188 1 0 0.14 1.00 0.14 51.47 0.99 0.43
Hex DB BC 1 0 E 64 E 33 63 2B
Octal 333 274 1 0 16 144 16 63 143 53
Binary 11011011 10111100 1 0 1110 1100100 1110 110011 1100011 101011

Color Harmonies of #DBBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC01

Black with #DBBC01

Text Example


Text Example

White with #DBBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC01; }

 p { color: rgb(219,188,1); }

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

background-color css

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

 a { background-color: rgb(219,188,1); }

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

border-color css

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

 span { border-color: rgb(219,188,1); }

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