Html Css Color HEX #DCBA15 Sunflower

📋 copy color: '#DCBA15'

red 220 ◦ green 186 ◦ blue 21

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

Shades of Sunflower #DCBA15

Tints of Sunflower #DCBA15

RGB

 RED value IS 220 (86.33% from 255) = 51.52%

 GREEN value IS 186 (73.05% from 255) = 43.56%

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

R = 51.52%
G = 43.56%
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

#DCBA15 (or 0xDCBA15) is known color: Sunflower. HEX triplet: DC, BA and 15. RGB value is (220,186,21). Sum of RGB (Red+Green+Blue) = 220+186+21=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA15 is #2345EA. Grayscale: #B2B2B2. Windows color (decimal): -2311659 or 1424092. OLE color: 1424092.

HSL color Cylindrical-coordinate representation of color #DCBA15: hue angle of 49.75º degrees, saturation: 0.83, 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 #DCBA15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 21 -
CMYK 0 0.15 0.90 0.14
HSL 49.75º 0.83% 0.47% -
HSV(B) 49.75º 0.9% 0.86% -
XYZ 47.21 50.39 7.95 -
YUV 177.36 39.76 158.42 -
System Red Green Blue C M Y K H S L
Decimal 220 186 21 0 0.15 0.90 0.14 49.75 0.83 0.47
Hex DC BA 15 0 F 5A E 32 53 2F
Octal 334 272 25 0 17 132 16 62 123 57
Binary 11011100 10111010 10101 0 1111 1011010 1110 110010 1010011 101111

Color Harmonies of #DCBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA15

Black with #DCBA15

Text Example


Text Example

White with #DCBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA15; }

 p { color: rgb(220,186,21); }

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

background-color css

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

 a { background-color: rgb(220,186,21); }

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

border-color css

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

 span { border-color: rgb(220,186,21); }

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