Html Css Color HEX #DBC01A Sunflower

📋 copy color: '#DBC01A'

red 219 ◦ green 192 ◦ blue 26

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

Shades of Sunflower #DBC01A

Tints of Sunflower #DBC01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.94%

 BLUE value IS 26 (10.55% from 255) = 5.95%

R = 50.11%
G = 43.94%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBC01A (or 0xDBC01A) is known color: Sunflower. HEX triplet: DB, C0 and 1A. RGB value is (219,192,26). Sum of RGB (Red+Green+Blue) = 219+192+26=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC01A is #243FE5. Grayscale: #B5B5B5. Windows color (decimal): -2375654 or 1753307. OLE color: 1753307.

HSL color Cylindrical-coordinate representation of color #DBC01A: hue angle of 51.61º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBC01A is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 26 -
CMYK 0 0.12 0.88 0.14
HSL 51.61º 0.79% 0.48% -
HSV(B) 51.61º 0.88% 0.86% -
XYZ 48.25 52.83 8.63 -
YUV 181.15 40.45 155 -
System Red Green Blue C M Y K H S L
Decimal 219 192 26 0 0.12 0.88 0.14 51.61 0.79 0.48
Hex DB C0 1A 0 C 58 E 34 4F 30
Octal 333 300 32 0 14 130 16 64 117 60
Binary 11011011 11000000 11010 0 1100 1011000 1110 110100 1001111 110000

Color Harmonies of #DBC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC01A

Black with #DBC01A

Text Example


Text Example

White with #DBC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC01A; }

 p { color: rgb(219,192,26); }

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

background-color css

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

 a { background-color: rgb(219,192,26); }

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

border-color css

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

 span { border-color: rgb(219,192,26); }

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