Html Css Color HEX #DBC21A Sunflower

📋 copy color: '#DBC21A'

red 219 ◦ green 194 ◦ blue 26

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

Shades of Sunflower #DBC21A

Tints of Sunflower #DBC21A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.19%

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

R = 49.89%
G = 44.19%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBC21A (or 0xDBC21A) is known color: Sunflower. HEX triplet: DB, C2 and 1A. RGB value is (219,194,26). Sum of RGB (Red+Green+Blue) = 219+194+26=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC21A is #243DE5. Grayscale: #B7B7B7. Windows color (decimal): -2375142 or 1753819. OLE color: 1753819.

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

Color convert

RGB 219 194 26 -
CMYK 0 0.11 0.88 0.14
HSL 52.23º 0.79% 0.48% -
HSV(B) 52.23º 0.88% 0.86% -
XYZ 48.69 53.72 8.78 -
YUV 182.32 39.78 154.16 -
System Red Green Blue C M Y K H S L
Decimal 219 194 26 0 0.11 0.88 0.14 52.23 0.79 0.48
Hex DB C2 1A 0 B 58 E 34 4F 30
Octal 333 302 32 0 13 130 16 64 117 60
Binary 11011011 11000010 11010 0 1011 1011000 1110 110100 1001111 110000

Color Harmonies of #DBC21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC21A

Black with #DBC21A

Text Example


Text Example

White with #DBC21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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