Html Css Color HEX #DBBC0A Sunflower

📋 copy color: '#DBBC0A'

red 219 ◦ green 188 ◦ blue 10

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

Shades of Sunflower #DBBC0A

Tints of Sunflower #DBBC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 52.52%
G = 45.08%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBBC0A (or 0xDBBC0A) is known color: Sunflower. HEX triplet: DB, BC and 0A. RGB value is (219,188,10). Sum of RGB (Red+Green+Blue) = 219+188+10=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC0A is #2443F5. Grayscale: #B1B1B1. Windows color (decimal): -2376694 or 703707. OLE color: 703707.

HSL color Cylindrical-coordinate representation of color #DBBC0A: hue angle of 51.1º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBBC0A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 188 10 -
CMYK 0 0.14 0.95 0.14
HSL 51.1º 0.91% 0.45% -
HSV(B) 51.1º 0.95% 0.86% -
XYZ 47.25 51.05 7.65 -
YUV 176.98 33.77 157.97 -
System Red Green Blue C M Y K H S L
Decimal 219 188 10 0 0.14 0.95 0.14 51.1 0.91 0.45
Hex DB BC A 0 E 5F E 33 5B 2D
Octal 333 274 12 0 16 137 16 63 133 55
Binary 11011011 10111100 1010 0 1110 1011111 1110 110011 1011011 101101

Color Harmonies of #DBBC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC0A

Black with #DBBC0A

Text Example


Text Example

White with #DBBC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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